Daily updates from Odoo
Wednesday, August 27, 2025
3 changes
2 changes
Code cleanup and technical improvements
This update completes leftover cleanup from a broader date handling migration across several Odoo apps. It keeps underlying views and website data aligned with the new approach, reducing maintenance risk without changing day-to-day business workflows.
Original PR description
odoo/odoo#221348
The Knowledge and Web Studio areas were updated to use the new video permission setting behind the scenes. Users can still add videos in Knowledge through the existing embedded media flow, so there is no expected change in day-to-day behavior.
Original PR description
This commit adapts code to the replacement of the `allowMediaDialogVideo` option with `allowVideo`. For the knowledge module, inserting video will still be available (only) via an embedded component, so no functional changes are introduced. task-4384948
1 change
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