Thursday, August 27, 2026
1 change · saas-18.4
Enhancements to existing features
Peppol invoice errors are now shown as separate, easier-to-read messages instead of one technical line. Known error codes are translated into clearer explanations, helping users understand what went wrong and what action to take.
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#280261 Forward-Port-Of: odoo/odoo#265253