Daily updates from Odoo
Friday, June 5, 2026
2 changes · master
Code cleanup and technical improvements
This update replaces `useState` with `proxy` across several Odoo addons (Owl3) to enhance stability and performance. This refactoring primarily impacts the web_enterprise, web_gantt, web_grid, and web_studio modules, ensuring a smoother user experience and more reliable operation.
Original PR description
In Owl3, uses of `useState` or replace with `proxy`. This commit changes all those uses for addons in the range [w..]. *: web_enterprise,web_gantt,web_grid,web_map,web_mobile,web_studio,web_studio_ai_fields,website_generator,website_helpdesk_forum,website_knowledge,whatsapp,
This update replaces a reliance on global website settings with a context-based approach, ensuring consistent website behavior across different Odoo environments (like CRON jobs). This change improves the stability and predictability of website-dependent features, resolving a potential issue with inconsistent website identification. The goal is to eliminate fallback mechanisms for a more robust system.