Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
4456 มุมมอง

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>


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
1
เม.ย. 16
5712
How can I make a Popup Warning Message แก้ไขแล้ว
6
ก.ย. 23
107120
3
มี.ค. 23
24112
2
ก.ค. 19
4157
0
ก.พ. 17
3227