Tuesday, August 25, 2026
1 change · 18.0
Enhancements to existing features
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