Wednesday, July 2, 2025
3 changes · saas-18.2
Enhancements to existing features
This update makes Odoo's automated user journey tests more explicit when an action is expected to leave or reload a page. It helps reduce false test failures and improves confidence in releases without changing day-to-day user workflows.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#216390 Forward-Port-Of: odoo/odoo#216007
The Spanish TicketBAI localization now uses a renewed Bizkaia demo certificate, replacing one that had expired. This keeps related testing and demo flows working reliably for future releases without changing day-to-day business features.
Original PR description
Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#216353 Forward-Port-Of: odoo/odoo#203293
This update improves internal automated tour tests by clearly marking steps that navigate away from the current page. This helps reduce false test failures and supports more stable quality checks across several Odoo apps, 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#88825 Forward-Port-Of: odoo/enterprise#88602