Daily updates from Odoo
Thursday, August 6, 2026
1 change
Features or functions removed from Odoo
An obsolete automated test was removed because it checked behavior that is no longer supported after a prior change. This keeps the accounting test suite aligned with the current, simpler reconciliation model setup that uses contains-style matching instead of complex regular expressions.
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#126635