Daily updates from Odoo
Friday, February 20, 2026
3 changes
1 change
Code cleanup and technical improvements
This update refactors how HTML snippet background colors are calculated, focusing on performance and future flexibility. The change utilizes a new resource to determine which snippets connect, streamlining the process and preparing for a planned move of the visibility plugin. This ensures more efficient and reliable background updates for HTML snippets.
Original PR description
Commit e591ea77f4a800bf79cb19f80529eed0d8ded927 added the recomputation of shape colors based on background of sibling snippets. This computation needs to ignore (among other things) the snippets that can be invisible. And used a new shared function of the visibility plugin. This commit instead uses a resource, as we are planning to move the visibility plugin to the website module; and implements the loop to search for the sibling only once. task-5149984
2 changes
Code cleanup and technical improvements
This update refactors how WhatsApp interactions are managed within Odoo Enterprise. Previously, WhatsApp targeted business partners; now, it focuses on individual users, leading to more accurate and personalized communication. This change enhances the user experience and improves the reliability of WhatsApp integrations.
Original PR description
Enterprise counter-part. task-5946430 https://github.com/odoo/odoo/pull/249095
This update standardizes the names of key resources used within Odoo's HTML editor interface. The changes, driven by a community contribution, improve consistency and simplify future maintenance. This ensures a more robust and manageable codebase for the editor functionality.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/236109 \*: `accountant_knowledge`, `ai`, `ai_website_livechat`, `knowledge`, `web_studio`, `website_sale_renting`. This adapts resources to the name and definition changes made in the Community PR for this task. task-5207637