Friday, January 2, 2026
2 changes · master
Enhancements to existing features
This update adds an 'Inbox' tab to the desktop messaging menu, providing a more organized view of notifications for users who prefer to receive them in this way. Notifications are grouped by record and sorted by recency, making it easier for users to quickly review important updates. This improves the overall user experience within the messaging system.
Original PR description
**Current behavior before PR:** There is currently no Inbox tab in messaging menu to filter and see inbox notifications. **Desired behavior after PR is merged:** This PR introduces an Inbox tab to the desktop messaging menu for users whose notification preference is set to `inbox`. These notifications are grouped by record and are sorted based on their recency, providing a clearer and more organized view within the messaging menu. task-[4458377](https://www.odoo.com/odoo/project/1519/tasks/4458377) --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update streamlines the product search process within the Point of Sale (POS) system. Previously, users had to click a 'Search More' button after pressing Enter; now, pressing Enter directly triggers the product search, enhancing usability and speed. This change improves the overall efficiency of the POS workflow.
Original PR description
Before this commit: - Pressing the Enter key while searching for products in the POS screen had no effect. - Users were required to click the "Search More" button to perform a search. After this commit: - Pressing Enter now triggers the same product search action as the "Search More" button, improving usability and efficiency during product lookup. task-4890054 Linked PR : https://github.com/odoo/enterprise/pull/100831