Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
3248 Zobrazení


Here in ref=" " if we want to put id of menu defined of same model, how to put that?
<record id="server_action_pos_credit_update" model="ir.actions.server">         
 <field name="name">Confirm</field>           
<field name="model_id" ref="point_of_sale.menu_point_config_product"/>           
<field name="state">code</field>           
<field name="code">records.do_confirm()</field>     
 </record>

Could anyone help me out or suggest me anything?


Avatar
Zrušit
Nejlepší odpověď

Hello Mansi,

model_id fields is a Many2one of "ir.model" model. Hence you cannot use a menu_id in "ref" field.

Hope this helps.

Thank You

Avatar
Zrušit
Autor Nejlepší odpověď

Thank you Burhan. It really contributed to get things clear. Can you let me know alternative for it?

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
srp 24
1499
2
čvc 24
2653
1
čvn 24
5128
0
led 25
1399
1
říj 23
10830