Wednesday, August 26, 2026
1 change · saas-18.3
Enhancements to existing features
This update makes an internal mail test helper safer when test data contains unusual values. It helps prevent automated test runs from crashing in parallel environments, improving reliability for developers without changing customer-facing 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