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

I try to add - a new menu Item from another module, but parent=x doesn't work

<menuitem id="my_config_menu" name="test" parent="base.menu_purchase_root" action="test.test_action"/>

Error:

raise ValueError('No such external ID currently defined in the system: %s.%s' % (module, xml_id)) ValueError: No such external ID currently defined in the system: base.menu_purchase_root

I also have difficulties at adding a wizard to another module, let say sales_order...

Seems that this comes from the same issue. Am I supposed to inherit the view ?? I found nothing about it, and inherit the model is not needed here... By adding wizard am I also supposed to inherit something ?

アバター
破棄

Have add purchase in depend. __openerp__.py file

著作者

Thanks ! that was my problem with the menu... But I still don't know how to make a wizard for another module

<record id="action" model="ir.actions.act_window"> <field name="name">name</field> <field name="type">ir.actions.act_window</field> <field name="res_model">your model</field> <field name="view_type">tree</field> <field name="view_id" ref="view"/> <field name="target">current</field> </record>

最善の回答

To call a wizard from another module:-

https://accounts.openerp.com/forum/Help-1/question/44108

アバター
破棄
関連投稿 返信 ビュー 活動
3
8月 22
11948
2
2月 19
4155
2
6月 16
6022
2
11月 23
3569
1
7月 23
3600