Tuesday, May 12, 2026
2 changes · saas-19.2
Enhancements to existing features
This update improves the import of vehicle information from CBC Belgium invoices. Specifically, it now correctly fetches the license plate number ('LCPL-NO') from these invoices, ensuring accurate data capture for accounting purposes. This enhancement addresses a previous issue and improves the reliability of invoice processing.
Original PR description
Used on invoices from CBC Belgium
This update enhances the process for testing Odoo's external mode EDI files. It allows developers to validate their XML files against established standards using a built-in validator, streamlining the testing process and ensuring data accuracy within the IAP environment. This improves the reliability of EDI transactions.
Original PR description
There is a file validator running on the IAP server which validates different types of XML files using XSD and Schematron files. This commits allows for developers writing edi testcases to have their XML files validated by the file validator by running their tests in EXTERNAL_MODE. task-5955497 Forward-Port-Of: odoo/odoo#254991