Friday, January 2, 2026
2 changes · saas-18.4
Enhancements to existing features
This update enhances the messaging menu by adding an inbox tab to display notifications and implementing lazy loading for all tabs. This improves performance and ensures notifications are consistently visible for users who prefer to handle them within Odoo.
Original PR description
**Current behavior before PR:** - Channels were loaded all at once in the messaging menu, causing performance issues. - Read notifications gets disappeared and were only accessible from Discuss history. **Desired behavior after PR is merged:** - New inbox tab in messaging menu which displays unread & read notifications - All tabs (main, channels, chat, inbox) implement lazy loading and fetch threads in batches as user scrolls - Inbox tab is only visible to users with notification preference set to handle in odoo 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 adds a helpful link within the Accounting Settings to Odoo's documentation on Deferred Expenses and Revenue management. This provides users with immediate access to detailed information and best practices for handling these important accounting concepts, improving accuracy and compliance.
Original PR description
In the Accounting Settings, add a "?" icon that points at the Odoo documentation on Deferred Expenses and Revenue management. task-5418388 Forward-Port-Of: odoo/enterprise#103090