Thursday, September 18, 2025
5 changes · 19.0
Enhancements to existing features
The app switcher scrollbar now uses a transparent background so it fits more naturally with the surrounding design. This is a small visual refinement that improves polish without changing how users work.
Original PR description
This PR customizes the app switcher scrollbar by using a transparent background for better visual integration. task-5089709
The online courses homepage now shows content that better matches each visitor's situation. Guests no longer see the leaderboard, search results avoid duplicate empty messages, and empty pages are presented with a clearer hierarchy.
Original PR description
This PR fine-tunes 3 different context within the `website_slides` homepage by taking the following actions : 1) Hide the leaderboard if the user is not logged in 2) Fix duplicated no search result message + All courses title appearing even when no result are found 3) Fine-tune empty screen hierarchy task-5085463 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The GitHub issue template has been adjusted for the Odoo 19 release. This helps people report problems with the correct version context, making support and triage clearer for maintainers.
Original PR description
😊 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Discuss users can now press F on desktop to open message search for the current conversation. This makes it faster to find past messages without navigating through the interface.
Original PR description
This commit adds hotkey `F` in discuss app in desktop to quickly open the search panel of the active conversation.
The message "Add reaction" action now opens the same quick reaction menu as the reaction shortcut, showing frequently used emojis first with access to the full emoji picker. This creates a more consistent and faster experience when users react to messages across Odoo discussions and related apps.
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" />