This question has been flagged
1 Reply
4583 Views

When trying to open the claims form, it gives me this interface error, and show the follwing path as reference : 

../web/static/src/js/view_form.js:1675

Avatar
Discard
Author Best Answer

It's because views priorities, I inherited the form view twice, using different modules, so the system needed a priority, you should set up a view priority, at least for one of the two inherited views, then it will work fine.

Avatar
Discard