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

I try to link the inbox in odoo with a new menuitem, but I can't debug the model or the view of that inbox.

Can someone help me? I need the res_model and the view_id of that inbox in messages.


アバター
破棄
最善の回答

I dig into this when you post it and that menuitem is an action client meaning that there is a widget like view for that specific view. If you wanna reuse it in another menu you need to declare something like this from the original Odoo code:

<record id="mail_inboxfeeds" model="ir.ui.menu">

<field name="name">Inbox</field>

<field name="sequence" eval="10"/>

<field name="action" ref="mail.action_mail_inbox_feeds"/>

<field name="parent_id" ref="mail.mail_feeds"/>

</record>


アバター
破棄
関連投稿 返信 ビュー 活動
1
4月 16
5765
6
9月 23
107250
3
3月 23
24184
2
7月 19
4236
0
2月 17
3250