Friday, February 27, 2026
4 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 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" />|