Daily updates from Odoo
Wednesday, December 10, 2025
3 changes · master
Code cleanup and technical improvements
This update adjusts WhatsApp integration within Odoo Enterprise to align with a recent internal change. Specifically, it refactors code related to channel management, ensuring continued functionality after a restructuring of the Discuss app category. This change primarily impacts the WhatsApp messaging experience.
Original PR description
PR community: https://github.com/odoo/odoo/pull/239087
This pull request reorganizes Odoo's view management system by separating `ir.ui.view` from `ir.qweb`. This change enhances flexibility and simplifies future updates to Odoo Studio and related modules, allowing for more targeted modifications and improved performance.
This update refactors how queries are constructed within Odoo, specifically addressing deprecated methods for joining tables and ordering results. Using the recommended `Query.add_join` and `Query.order` ensures better performance and stability across various Odoo modules, particularly those related to financial reporting.
Original PR description
https://github.com/odoo/odoo/pull/238554