Wednesday, November 12, 2025
2 changes · 17.0
Enhancements to existing features
The Belgian account tags used for report 281.50 now include their country, making them easier to organize and group. This also makes these tags more reusable in other reporting or accounting cases.
Original PR description
Account tags for 281.50 are specific to Belgium. With this PR, the country is added to those tags, allowing easier group by and enabling their use in other cases as well. task-5236632
When a user creates a new company bank account, Odoo now keeps the expected account number length and increments it correctly. This avoids generating bank account numbers with an extra digit, which helps prevent confusion and formatting issues.
Original PR description
**Description of the issue/feature this PR addresses:** When user creates a new company bank account the new account created has not expected lenght when last digits are more than 1 **Current behavior before PR:** account digits = 6 last bank account = **572009** create new bank account = **5720010** **Desired behavior after PR is merged:** account digits = 6 last bank account = **572009** create new bank account = **572010** cc @Tecnativa --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr