Hi all, i just did a git fetch to get the latest version of the github version (Odoo 14ce) and tried to install "Survey" that comes standard with Odoo.
However, it throws the following error:
odoo.exceptions.ValidationError: Invalid view Tree view for survey definition in survey/views/survey_survey_views.xml
The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/opt/odoo/odoo/odoo/http.py", line 639, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/opt/odoo/odoo/odoo/http.py", line 315, in _handle_exception raise exception.with_traceback(None) from new_cause odoo.tools.convert.ParseError: while parsing /opt/odoo/odoo/addons/survey/views/survey_survey_views.xml:159, near Tree view for survey survey.survey
Any one got an idea how to solve this?