Friday, August 22, 2025
1 change · saas-18.3
Enhancements to existing features
Automatic bank reconciliation rules now use shorter, clearer names when similar rules would otherwise get long duplicate labels. This makes the rules easier to identify and use while still preventing naming conflicts.
Original PR description
In this commit: https://github.com/odoo/enterprise/commit/e9ab2ae2876970c66c41fa56de70511af24471c1 we change the way the name of automatic reco model are made. But the solution we choose are a bit naive. If the common substring is huge then the reco model is unusable. Since we are stuck with the constraint, the solution we choose is to add a number in parentheses to avoid duplicate. task-5031337