Skip to content
Snippets Groups Projects
Unverified Commit 3154b8fe authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[IMP] base: clarify view error position

In case of syntax error, show where the error is.
e.message is enmpty for syntax errors

Before:
Can't validate view:

After:
Can't validate view:
SyntaxError('invalid syntax', ('', 1, 51, "{'invisible': [('external_sale', '=', 'internal')]]}"))
parent 0acd63d0
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment