Daily updates from Odoo
Monday, June 30, 2025
6 changes · saas-18.4
Enhancements to existing features
Recent visitor page views are now shown in the live chat channel information panel instead of the banner. This keeps important browsing context available to operators while making the chat banner less cluttered.
Original PR description
This commit moves the recent page views from the banner to the livechat channel info panel. task-4889090 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Customers and sales users can now choose the unit of measure when buying or configuring products in the online shop and product configurators. Cart and configurator displays were updated to show quantities, product options, and selected units more clearly, with pricing corrected so base unit prices stay consistent across unit choices.
Original PR description
task-4485463 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The Search Panel now uses persistent caching so previously loaded options can be reused more reliably. This should make navigation and filtering feel faster while avoiding unnecessary refreshes when cached data has not really changed.
Original PR description
This commit will modify the search panel to use the new persistent cache introduced in [1] and [2]. [1] https://github.com/odoo/odoo/commit/f3d955b3235cb256bda79e834df38da0f6a4ac1a [2] https://github.com/odoo/odoo/commit/e5cee98d6ebbf318386ec4002007fbecc0fb3937 opw-4894490
The public employee area now shows the same updated help screen as the private employee area. This creates a more consistent experience for users viewing employee information and reduces confusion between the two views.
Original PR description
This PR adds the new help screen to the public employee action to align it with the private one. Task: 4886479 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update aligns online rental, subscription, and appointment sales flows with recent shared platform changes. It helps keep product configuration and checkout behavior consistent across related sales features, reducing friction for customers and maintaining reliability after the backport.
Original PR description
Backport of 24e39d1a6169a36076e9dfcfba2200db8ab8748a (post-freeze) task-4485463
Australian payroll rule parameters have been updated for the 2025 period. This helps ensure payslip calculations stay aligned with current requirements, reducing manual adjustments for payroll teams.
Original PR description
Forward-Port-Of: odoo/enterprise#88323