Friday, March 19, 2021
1 change · master
Resolved issues and error corrections
This fix ensures that more view processing errors include helpful location details, making it easier for teams to find and correct problems in source files. It reduces investigation time when view-related issues occur during development or upgrades.
Original PR description
A context is attached to the ValidationError object when elements in the view arch are broken. This context helps to locate the error in the source file. When the view processing fails outside of the arch evaluation, such context is missing. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr