Daily updates from Odoo
Tuesday, May 5, 2026
2 changes
Code cleanup and technical improvements
This update streamlines how Odoo retrieves and manages mail data. The team has consolidated previous routes into a single, more efficient route, `/mail/store`. This change simplifies data fetching and allows for better management of writeable data parameters, ultimately improving performance and stability.
Original PR description
This refactor merges the two routes `/mail/action` and `/mail/data` into a single route `/mail/store` that returns store data for given fetch parameters. Now, fetch parameters that require a read-write cursor are simply those that are in the set `WRITE_FETCH_PARAMS`, which is extended by modules that add write-capable fetch_param handlers. task-4685426 https://github.com/odoo/odoo/pull/262725
This update refactors the testing process for WhatsApp reactions within the Odoo Enterprise module. The changes ensure that reaction updates are properly tracked and stored, improving the reliability of the WhatsApp integration's test suite. This ensures accurate reporting and functionality for users.
Original PR description
Enterprise counter-part. task-4676393 task-4676466 https://github.com/odoo/odoo/pull/262057