コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3929 ビュー

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?




アバター
破棄

check module dependency into the manifest file.

最善の回答

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

アバター
破棄
関連投稿 返信 ビュー 活動
2
12月 19
6739
3
5月 18
5255
0
9月 24
1257
0
4月 24
2019
3
8月 24
6249