Friday, February 27, 2026
6 changes · saas-19.2
Enhancements to existing features
This update simplifies how businesses can tailor the product container element across different modules. Previously, customization required extensive code changes, limiting flexibility. Now, a dedicated method makes it easier to extend and maintain this functionality, ensuring future compatibility.
Original PR description
The product_container element may vary across modules and cannot be hardcoded. Modifying it currently requires overriding the entire add_to_cart method, which reduces flexibility and maintainability. This change extracts the product_container logic into a dedicated method, making it easier to extend and customize without duplicating the full add_to_cart implementation. This ensures better forward compatibility and modular extensibility. Enterprise PR: https://github.com/odoo/enterprise/pull/107343 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#249289
This update streamlines the user experience for accessing notification settings within the Discuss app. Previously, settings opened in a dialog, now they appear in a dropdown, creating a more consistent and user-friendly interface. Minor UI improvements have also been made for better visual harmony.
Original PR description
Before this PR, opening the notification settings from the thread action (In Discuss App) displayed them in a dialog, which made the UI less consistent with other thread actions. After this commit, opening the notification settings from the thread action displays them in a dropdown instead of a dialog, providing a more consistent and streamlined user experience. Task-5936685 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update streamlines the user experience by changing how notification settings are accessed from thread actions in the Discuss sidebar. Previously, settings opened in a dialog, now they open in a dropdown, creating a more consistent and user-friendly interface.
Original PR description
Before this PR, opening the notification settings from the thread action in the Discuss sidebar displayed them in a dialog, making the UI inconsistent with other thread actions. After this PR, the notification settings open in a dropdown instead of a dialog, ensuring a more consistent and streamlined user experience. community: https://github.com/odoo/odoo/pull/247352 task-5936685
This update clarifies the process for setting an out-of-office period by introducing separate start and end date fields. Previously, users could unintentionally create indefinite out-of-office periods due to a confusing workflow. This change simplifies the setup and reduces the risk of errors.
Original PR description
In the user preference panel, the end date of the out-of-office period is not displayed by default. To define an end date, users must first click the field and then select the "Range" option in the calendar picker. Because these steps are not intuitive, users may enter only a start date and omit the end date, inadvertently creating an unlimited out-of-office period. To address this issue, we will introduce two separate fields: one for the start date and one for the end date. The end date field will appear only after a start date has been selected. This approach clarifies the workflow, reduces the risk of incomplete entries, and keeps the form view concise. Task-5435466 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#248651
This update enhances the Odoo inbox by streamlining the user interface and improving functionality. Specifically, it removes distracting elements, provides clearer notifications for bulk actions, and ensures all messages are properly displayed. These changes contribute to a more efficient and user-friendly email management experience.
Original PR description
This commit improves the UX of the inbox by: 1. Improving the copywrite of the empty inbox. 2. Removing the rainbow man animation. 3. Showing a toast notification upon marking all read giving the possibility to undo. 4. Allowing any message that got notified to the inbox to be marked as unread. 5. Adapted the spacing of messages with subject. task-5952525 | Before | After | | ------------- | ------------- | | <img width="564" height="235" alt="image" src="https://github.com/user-attachments/assets/fc937a48-9947-42ed-8f5c-77455a203702" /> | <img width="554" height="232" alt="image" src="https://github.com/user-attachments/assets/dc295e3e-57d3-4007-9aad-05f555943cba" />|
This update adjusts the website generator version to 2.4 to ensure compatibility with recent changes in the 19.2 release. This ensures the website continues to function correctly and reliably with the latest Odoo Enterprise features. It's a standard maintenance update.
Original PR description
Since some snippets changed in 19.2, we up the version to support them