Skip to Content
मेन्यू
This question has been flagged

I'm trying to use the next code and this error appears.

<record id="menu_economic_data" model="website.menu">
    <field name="name">Economic data</field>
    <field name="url">/economic_data</field>
    <field name="parent_id" ref="website.main_menu"/>
    <field name="sequence" type="int">60</field>
</record>

This is the error:

odoo.tools.convert.ParseError: "website.menu" while parsing /home/avanzosc/workspace/desarrollosv11/portal_partner_characterization_gaia/views/economic_data_portal_menu.xml
Anyone knows what's happening?




Avatar
Discard

check module dependency into the manifest file.

Best Answer

check module dependency on the __manifest__.py file
you should add 'web_timeline' on it

Avatar
Discard
Related Posts Replies Views Activity
2
दिस॰ 19
6777
3
मई 18
5273
0
सित॰ 24
1274
0
अप्रैल 24
2054
3
अग॰ 24
6295