Wednesday, August 27, 2025
1 change · 18.0
Code cleanup and technical improvements
This change keeps artificial delays in web tours active only when tours are run in debugging or watch mode. It helps normal automated tour runs stay faster and more consistent while preserving slower step-by-step behavior for troubleshooting.
Original PR description
In this commit, we move step_delay so that it can only be used in debug mode. So, for step_delay to be effective, the tour must be launched in watch=True or debug=True mode. 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