Daily updates from Odoo
Tuesday, June 3, 2025
1 change
Code cleanup and technical improvements
The pull request simplifies automated test scripts by removing now-unnecessary waiting instructions. This keeps internal test maintenance lighter without changing product behavior for users.
Original PR description
From d69767c59cd9600, waitFor trigger is the natural behavior of trigger searching in tours. There is no longer a need to explicitly use waitFor in run functions if it is a condition for proceeding to the next step.