Daily updates from Odoo
Monday, June 16, 2025
2 changes
Code cleanup and technical improvements
This update reorganizes how WhatsApp and VoIP identify internal users by moving that logic to the user model. It should make the behavior more consistent across related communication features, with no expected change for day-to-day users.
Original PR description
Enterprise counter-part. Part of task-3208257 https://github.com/odoo/odoo/pull/214021
This update clarifies which automated test steps intentionally move users to a new page. It helps make testing more predictable across appointment, documents, helpdesk, point of sale, ecommerce, planning, and signing workflows, reducing false test issues without changing day-to-day user behavior.
Original PR description
In this commit, we add willUnload to steps that require it to explicitly declare that the step will cause the page to be unloaded.