Daily updates from Odoo
Monday, August 10, 2026
2 changes
1 change
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
1 change
Features or functions removed from Odoo
An outdated accounting test was removed because it covered behavior that is no longer supported after recent changes. This keeps the test suite aligned with the current simpler approach for creating automatic reconciliation 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