Wednesday, April 22, 2026
3 changes · saas-19.1
Enhancements to existing features
The website’s video snippet preview now uses a lightweight SVG image instead of an embedded video. This reduces ongoing maintenance and makes the preview more reliable over time.
Original PR description
Prior to this PR, the `s_video` inner snippet was using a video as placeholder, which implied maintenance to ensure the video is always available. To avoid maintenance and ensuring long term effectiveness, we replace this video with a `SVG` placeholder, similarly to what has been done for the `s_image`. task-5441285 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#260042
The explanation for the Invoicing Switch Threshold has been clarified to better describe which entries are ignored. This helps users understand that all entries created by Invoicing before the threshold date are excluded, avoiding confusion and incorrect expectations.
Original PR description
The previous "Invoicing Switch Threshold" explanation was misleading as it said only invoices prior to the threshold date is not taken into account. The explanation is updated to state that all entries created by Invoicing before the threshold date will be ignored. task-5940144 Forward-Port-Of: odoo/enterprise#113635
The Moves Analysis report now shows the date of each stock move directly in the list view. This makes the report easier to read and removes the need to switch to debug mode to see this basic information.
Original PR description
The date of the move is a basic and important information. Show it on the 'Moves Analysis' report list view, previously was only displayed in debug mode. task-5380628 Forward-Port-Of: odoo/odoo#254999