Daily updates from Odoo
Friday, July 4, 2025
1 change · saas-18.3
Enhancements to existing features
Automated tests across several Odoo apps now clearly mark the steps that reload or leave a page. This helps make quality checks more stable and reduces false test failures, without changing day-to-day user workflows.
Original PR description
In this commit, we add expectUnloadPage to steps that require it to explicitly declare that the step will cause the page to be unloaded. Forward-Port-Of: odoo/enterprise#89186 Forward-Port-Of: odoo/enterprise#88602