Wednesday, September 7, 2016
1 change · master
Enhancements to existing features
When an XML file cannot be read correctly, Odoo now includes the affected file name in the error message. This helps developers and support teams find and fix broken files faster, reducing troubleshooting time.
Original PR description
### Description of the issue/feature this PR addresses: Be nice to Odoo developers! ### Current behavior before PR: When an XML file fails to parse, it report the problem and line number, but not the file name. ### Desired behavior after PR is merged: Show the file name with the parsing problem. ## I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr