Tuesday, May 12, 2026
1 change · 19.0
Enhancements to existing features
Developers can now run EDI test cases in external mode to validate XML files through the existing IAP file validation service. This improves confidence that electronic invoicing files meet required formats before changes are released, with no direct impact on day-to-day users.
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