Daily updates from Odoo
Thursday, December 5, 2024
4 changes · 18.0
Enhancements to existing features
The web tour recorder now saves the current recording progress in the browser so users can continue after refreshing the page. This reduces lost work when creating or editing guided tours and makes the recording experience more reliable.
Original PR description
Wrapper around localStorage for persistence of the current recording. Useful for resuming recording when the page refreshed. TASK-ID: 4378081 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale sessions now include an indicator when they are connected to an Italian company. This helps related localization features apply the right Italian compliance behavior without requiring users to manually identify the company context.
Original PR description
added a session key to indicate if the current session is connected to an Italian company. Related: https://github.com/odoo/enterprise/pull/75147
This update improves stock receipt and reservation performance, especially when handling large numbers of serial numbers. Businesses processing high-volume inventory operations should see significantly shorter processing times and fewer delays.
Original PR description
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 Point of Sale now records when a session belongs to an Italian company. This helps Italian localization rules apply only where relevant, reducing unnecessary checks and supporting more reliable compliance behavior.
Original PR description
added a session key to indicate if the current session is connected to an Italian company. Related: https://github.com/odoo/odoo/pull/189610