Monday, August 10, 2026
1 change · saas-19.4
Features or functions removed from Odoo
An outdated automated test for structured reference reconciliation was removed because the related behavior is no longer supported after a previous change. This keeps the accounting test suite aligned with the current user-friendly matching approach based on simple "contains" logic instead of complex regex rules.
Original PR description
After merging pr #117256 the behavior for creating auto reconcile models for structured reference is no longer working so the test for checking that behavior should be removed. This was an FP request to use contains instead of regex in auto reconcile model creation because it was too complicated for users. no task id Forward-Port-Of: odoo/enterprise#126733 Forward-Port-Of: odoo/enterprise#126635