Tuesday, May 12, 2026
1 change · saas-18.4
Enhancements to existing features
Developers can now run electronic invoicing tests in an external mode that checks XML files with the same validator used on Odoo's IAP server. This helps catch formatting and compliance issues earlier, improving reliability before changes reach customers.
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