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.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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>
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
1
Apr 16
|
4848 | ||
|
6
Sep 23
|
100829 | ||
|
3
Mar 23
|
21541 | ||
|
2
Jul 19
|
3040 | ||
|
0
Feb 17
|
2313 |