Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4451 Visualizzazioni

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.


Avatar
Abbandona
Risposta migliore

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>


Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
apr 16
5712
6
set 23
107120
3
mar 23
24111
2
lug 19
4157
0
feb 17
3227