Friday, May 30, 2025
1 change · saas-18.3
Enhancements to existing features
Odoo can now learn from recent bank statement activity and automatically create reconciliation rules when users assign accounts. This reduces repeated manual work and helps matching adapt when accounting patterns change.
Original PR description
…t patterns When assigning an account to a bank statement line, the system will now automatically create a reconciliation rule based on recent patterns. If no existing rule is found for the selected account and journal, the system will check the last five bank statement lines using the same account. If there is sufficient consistency in their payment references (e.g. a common pattern), partner, or amount, a new system-generated rule will be created using a regex label match. System-generated rules are deleted if a user later chooses a different account for the same label, allowing the system to adapt over time. The new rule is created using `SUPERUSER_ID` to distinguish it from rules created by users. task-4783623