Daily updates from Odoo
Tuesday, August 4, 2026
1 change · saas-19.3
Code cleanup and technical improvements
The live chat helpdesk information panel was simplified by removing a repeated check around the Open tickets section. This reduces the chance of display issues and adds test coverage to keep the helpdesk ticket information stable for users.
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