This question has been flagged
1 Reply
2945 Views

Hello everybody, I was trying in runbot the web_responsive module for Odoo 9 and I decided to input it in my Odoo, but when I install the module this error message appears:


ParseError: "Invalid view definition

Error details:
Element '<xpath expr="//nav[@id='oe_main_menu_navbar']">' cannot be located in parent view

Error context:
View `App Drawer - Web Client`
[view_id: 1379, xml_id: v9c_backend_theme.webclient_bootstrap, model: n/a, parent_id: 168]
None" while parsing None:13


Anyone could help me for find the problem? Thank You so much!!

Avatar
Discard
Best Answer

The error is from a custom module v9c_backend_theme .so you should uninstall that first, I think that module is replaced the oe_main_menu_navbar id and web_responsive needed template. so you should find the conflicts from there or ask support from the team of v9c_backend_theme. you can easily install web_responsive without that custom addon.

Avatar
Discard