Wednesday, April 22, 2026
4 changes · saas-19.3
Enhancements to existing features
This update improves how work entry source values are merged in the HR work entry process. It helps ensure work entry data is combined more reliably, reducing the risk of inconsistencies in payroll-related records.
Original PR description
Task: 6119891 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
The Moves Analysis report now shows the date of each stock move directly in the list view, instead of hiding it behind debug mode. This makes it easier for users to review movement timing and understand inventory activity at a glance.
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
The website editor now uses a lightweight SVG placeholder for the video snippet preview instead of relying on a video file. 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 help text for the Invoicing Switch Threshold has been updated to be more precise. It now clearly explains that all entries created by invoicing before the threshold date are ignored, avoiding confusion for users setting up the switch.
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