Tuesday, August 25, 2026
2 changes · 18.0
Enhancements to existing features
Companies based in French overseas territories, such as Guadeloupe, will now be offered the French accounting package instead of only a generic chart of accounts. This improves setup accuracy and reduces manual configuration for businesses operating under French accounting rules.
Original PR description
Currently, if you select Guadeloupe as the country for your company, only the generic COA is installed. But we should propose the French COA atleast. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update makes internal mail-related tests more robust when unusual message values are used during automated test runs. It helps prevent test infrastructure crashes, improving development reliability without changing end-user behavior.
Original PR description
If the value needs to be serialized for IPC (cough cough pytest-xdist) and a weirdo sets recordsets as message values, the serialization fails and the test suite crashes. Since this is just subtest identification it shouldn't be too much of an issue. Forward-Port-Of: odoo/odoo#284178