Tuesday, May 12, 2026
1 change · saas-19.3
Enhancements to existing features
This update enhances the process of validating XML files used in Odoo's external mode billing. Developers can now use the existing IAP server file validator to test their EDI files, ensuring greater accuracy and reliability of billing data. This improves the overall quality of Odoo's billing processes.
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