Wednesday, May 11, 2022
1 change
Enhancements to existing features
This update removes unnecessary cleanup steps from automated tests in several Odoo apps. It reduces maintenance noise and prepares the platform for upcoming changes to the Discuss app testing environment, with no expected impact on everyday users.
Original PR description
*: account_invoice_extract, documents, voip. Since community#86338, widget destruction is registered in the start method. Thus, explicit calls to widget.destroy during tests are useless. This PR prepares the ground for the one introducing the new environment in the discuss app. Indeed, the former PR will use createWebClient instead of createView/Widget constructor thus, we won't be able to call destroy on the returned value anymore. In order to reduce the noise in the main PR, all the calls to widget.destroy have been removed. task-2582313 community: https://github.com/odoo/odoo/pull/91082