Wednesday, January 21, 2026
3 changes · 19.0
Enhancements to existing features
This update enhances the Odoo system's handling of VAT exemptions by providing a complete list of VAT exemption reason codes (VATEX) as defined by EN16931. Previously, the list was incomplete, which could lead to inaccuracies in VAT reporting. This change ensures compliance and improved data accuracy for VAT calculations.
Original PR description
The list is there but not exhaustive. Make the exhaustive list of VAT exemption reason codes (VATEX) available. task-5443294 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update enhances the testing process for invoice payments, specifically when using bank statement data. A new test helper has been introduced to streamline these tests, ensuring more reliable payment processing and reducing potential errors. This improves the overall accuracy and stability of invoice payments.
Original PR description
Forward-Port-Of: odoo/odoo#244377 Forward-Port-Of: odoo/odoo#244281
This update reorganizes the UBL test files within the Odoo system, moving them to a more structured folder. This change prepares the system for future support of diverse invoice formats and enhances the ability to validate schema compliance. It’s a routine update to improve testing and maintainability.
Original PR description
This commit rearranges the UBL test files' subfolder to be one level higher, from `export/bis3/be` to `export/bis3/invoice/be`, in preparation for supporting different move formats and for better ignore schema support. task-4891206 Forward-Port-Of: odoo/odoo#244665