Monday, February 2, 2026
5 changes · master
Enhancements to existing features
This update changes how product pricelist rule filters are prepared, making them easier for other Odoo modules to adapt and reuse. The change supports future customization of pricing behavior without altering the visible pricing workflow for business users.
Original PR description
Computing the domain differently so that it can be modified and used by other modules **Affected Version:** master **Task**:3830130
Odoo’s web framework can now load modern JavaScript modules more easily. This helps developers integrate important browser-based tools such as PDF viewing and Firebase support with less custom work, improving maintainability behind the scenes.
Original PR description
This commit will update the `loadJS` function from `assets.js` to enable the developers to easily load native JS modules into Odoo. In Odoo, it will be used to load the PDF.js and Firebase dependencies. task-4247811 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The website live chat message shown when a visitor starts a new conversation with a different agent has been updated. This makes agent handoffs clearer for visitors and helps reduce confusion during chat support interactions.
Original PR description
Update the leave message when a visitor starts a new chat with a different agent. task-5873794 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Users who try to record a voice message without microphone permission now see a dedicated permissions dialog instead of a brief notification. This makes it easier to understand why recording is unavailable and how to enable microphone access.
Original PR description
**Purpose of this PR:** Previously, if a user had blocked microphone access and attempted to record a voice message, the system only displayed a toast notification indicating that the site required microphone permissions. This commit replaces the toast with the call permissions modal, which helps the user understand why recording is not working and how to enable microphone access. task-5873815 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This pull request ensures that all strings within the HR Referral module are properly translated, improving the user experience for international users. The change addresses a previously missed translation, enhancing the module's localization capabilities. This update supports Odoo's commitment to global accessibility.
Original PR description
Added translation missed in the PR: https://github.com/odoo/enterprise/pull/95399