Daily updates from Odoo
Thursday, July 25, 2024
2 changes
Code cleanup and technical improvements
This update removes an outdated option from Odoo's automated guided tour tests and replaces it with a simpler way to identify pop-up windows. It keeps test behavior aligned with the newer tour API while reducing maintenance complexity across several business apps.
Original PR description
https://github.com/odoo/odoo/pull/174315
This update removes an outdated setting from an automated Timesheet Grid walkthrough used for testing and guidance. It keeps the module aligned with the current tour system and helps reduce future maintenance issues, with no expected change for everyday users.
Original PR description
From b2b2576691750c0444d8871f95b733bec07ae45d, consumeEvent in no longer used in interactive Tour. Then, it's removed from tour API. task~3974087 https://github.com/odoo/odoo/pull/174347 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr