Tuesday, May 12, 2026
1 change · saas-18.2
Enhancements to existing features
EDI test files can now be checked against the same external validation service used for XML document validation. This improves confidence in electronic invoicing tests by helping developers catch format issues earlier, without changing day-to-day user workflows.
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