Wednesday, January 3, 2024
1 change · master
Features or functions removed from Odoo
This change removes a special testing shortcut that allowed dictionary comparisons to ignore missing keys. Keeping the test behavior simpler avoids hidden rules and unnecessary overhead in internal test checks.
Original PR description
This reverts commit 123a0285a23b2a11b98e21780a7c9af0b4e7c195. This is an hidden "feature" that may become a technical debt. This was adding an overhead on all dict comparison for one unique special case. https://github.com/odoo/enterprise/pull/53594