Daily updates from Odoo
Wednesday, November 12, 2025
4 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
The official payroll figures used for Luxembourg have been updated to match the 2025 rules. This helps ensure employee payroll calculations remain accurate and compliant with the latest official values.
Original PR description
Update the official numbers of the Luxembourg payroll rules for 2025. This is a backport of PR https://github.com/odoo/enterprise/pull/79805 task-5187202
When a payment line gets stuck waiting for a payment terminal response, the POS now shows a “Force Done” option. This helps staff move forward instead of being blocked by an unresponsive terminal.
Original PR description
If a payment line is stuck in a waiting state (e.g. payment terminal not responding to a request), we now display the "force done" button, to avoid blocking the user.
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