Friday, September 19, 2025
3 changes · master
Enhancements to existing features
The Add reaction option on messages now shows the same quick emoji menu used elsewhere, instead of jumping straight to the full emoji picker. This makes reacting to messages more consistent and faster for users across mail-related conversations.
Original PR description
Before this commit, message action "Add reaction" and the quick button to add a reaction next to existing reactions on a message differ: - one opens the quick reaction menu, aka the 5 frequently used emoji and "+" button for emoji picker - one opens immediately the emoji picker The quick reaction menu is the preferred UX. The "Add reaction" button next to existing reactions was not adapted, which this commit is changing. Before <img width="317" height="416" alt="Screenshot 2025-09-17 at 16 39 09" src="https://github.com/user-attachments/assets/29143518-b835-4a79-ace9-c686514e4c5b" /> After <img width="288" height="175" alt="Screenshot 2025-09-17 at 16 38 55" src="https://github.com/user-attachments/assets/64d6d321-32fb-4430-b510-9b97df78e2f5" /> Forward-Port-Of: odoo/odoo#227728
The GitHub bug report form was updated to align with the Odoo 19 release. This helps users report issues against the correct version and keeps support intake consistent for the latest release cycle.
Original PR description
😊 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#227533
The app switcher scrollbar now uses a transparent background so it fits more naturally with the surrounding design. This is a small visual polish that improves the look and consistency of the navigation experience.
Original PR description
This PR customizes the app switcher scrollbar by using a transparent background for better visual integration. task-5089709 Forward-Port-Of: odoo/enterprise#94799