Daily updates from Odoo
Monday, December 8, 2025
4 changes
Code cleanup and technical improvements
This update cleans up an outdated feature in Odoo's messaging system (Chatter) and improves the overall appearance. Specifically, the compact height property has been removed, and the topbar alignment has been adjusted for a cleaner and more intuitive user experience. This enhances usability for users communicating within Odoo.
Original PR description
https://github.com/odoo/odoo/pull/238570
This update streamlines the Avatar Card Resource Popover component within the planning module by utilizing a more efficient data storage method (Store). This refactoring enhances performance and responsiveness, particularly when displaying multiple resource avatars, leading to a smoother user experience. The change primarily impacts the planning module's Gantt chart and resource management features.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/233048 This commit refactors AvatarCardResourcePopover to use Store.
This update refactors the WhatsApp sidebar to better utilize channel-based organization. This change improves the user experience by streamlining access to conversations within WhatsApp, making it easier for users to manage their communications. The update focuses on internal improvements to the WhatsApp module.
Original PR description
PR community: https://github.com/odoo/odoo/pull/238370
This update enhances the warning system for Sepa payments in Odoo. It moves the logic to correctly identify missing city and country information, ensuring clients using Sepa payments receive timely alerts. This refactoring improves the user experience and data accuracy for payment processing.
Original PR description
Clients that would use Sepa payments without setting up the city and the country would get a warning. The code for this warning works great but it is not the good place. This change refactors the logic to warn about the absence of city or country when using sepa payment from account_batch_payment to account_iso20022. task: 5266352