Tuesday, April 21, 2026
3 changes · 19.0
Enhancements to existing features
The website video snippet now uses a built-in SVG placeholder instead of relying on an external or maintained video preview. This reduces maintenance needs and helps keep the website editor preview 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
The Moves Analysis report now shows the date of each stock move directly in the standard list view. This makes it easier for users to review and understand inventory movements without enabling debug mode.
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
The wording for the Invoicing Switch Threshold has been clarified to better explain which records are ignored. This helps users understand that all entries created by Invoicing before the threshold date are excluded, reducing confusion when switching accounting methods.
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