Wednesday, August 19, 2026
1 change · saas-18.3
Enhancements to existing features
Peppol errors are now shown as separate, easy-to-read items instead of one technical line. Known error codes are translated into plain-language explanations so users can better understand the issue and what to do next.
Original PR description
Before this commit, Peppol error messages (e.g. Schematron errors) were logged in the chatter as a single unformatted line and without any humanization. The errors were too technical and the user could not easily know what action to take. This PR splits the raw error payload into individual entries, maps known error codes to human-readable explanations, and renders them as an HTML list in the chatter. task-6144909 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#276029 Forward-Port-Of: odoo/odoo#265253