Daily updates from Odoo
Saturday, August 8, 2026
2 changes
Code cleanup and technical improvements
The live chat customer information panel now handles the Open Tickets section more consistently by removing a redundant check. This reduces the risk of display issues or crashes and adds test coverage to keep the behavior stable.
Original PR description
Enterprise counterpart of "[FIX] crm_livechat, *: prevent crash in the info panel", which explains why the condition of the caller goes away. This commit drops the same condition on the "Open tickets" block, and covers that block with a test. https://github.com/odoo/odoo/pull/280430 Forward-Port-Of: odoo/enterprise#126761 Forward-Port-Of: odoo/enterprise#126715
This update removes an outdated compatibility layer in several Odoo Enterprise screens now that the newer interface reference system is fully in place. It should not change day-to-day behavior for users, but it simplifies the code and reduces the risk of future maintenance issues.
Original PR description
Removes the leftover t-custom-ref migration shims Community: https://github.com/odoo/odoo/pull/280967