Wednesday, September 24, 2025
1 change · 19.0
Enhancements to existing features
Automatic reconciliation models now use the account’s display name directly, without adding extra numbers to make each name unique. This keeps rule names clearer for users now that duplicate names are allowed.
Original PR description
In this commit: https://github.com/odoo/enterprise/commit/9cdc519a7aa7e40cad31d2eb6dcc8858df831e9b we change the way the reco model name were made by going back to just the display name of the account. For prior version 19.0, a unique constraint on the name was there so we added a number after the name of the account to avoid duplicate. The constraint has been removed and so this code is no longer needed. no task id