Daily updates from Odoo
Thursday, July 3, 2025
1 change
Features or functions removed from Odoo
Test tour delay settings that only apply in debug mode were removed from several modules. This keeps the codebase cleaner and helps prevent future additions of settings that do not affect normal product behavior.
Original PR description
In this commit, we remove the step_delay from the start_tour because since commit 968703b8f6e189aa1, step_delay is only used in debug mode. To avoid adding it to the codebase, we also add a warning.