Thursday, November 13, 2025
2 changes · 18.0
Enhancements to existing features
The tax tags used for Belgian reporting now include Belgium as their country. This makes them easier to organize and helps reuse them in other situations where country-specific grouping is needed.
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 Forward-Port-Of: odoo/enterprise#98759
When creating a new company bank account, Odoo now preserves the expected account digit length. This prevents newly generated account numbers from becoming one digit too long, which helps keep numbering consistent and easier to read.
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 Forward-Port-Of: odoo/odoo#199587