Daily updates from Odoo
Monday, May 11, 2026
2 changes · 18.0
Enhancements to existing features
This update enhances the process for testing EDI files in Odoo's External Mode. It introduces a file validator that developers can use to ensure their XML files meet required standards, streamlining the development of EDI integrations and improving overall data quality. This supports a more robust and reliable External Mode environment.
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
This update enhances the appearance of PDF Manager actions by removing an unnecessary styling class. Previously, action names had an awkward capitalization style. This change ensures a cleaner and more professional user experience when working with PDF documents within the Enterprise module.
Original PR description
Previously, pdf_manager actions used class "text-uppercase". Action names looked awkward. In this commit, we remove the class and properly display action names. task-6159317