Skip to Content
Menu
This question has been flagged
1 Odpoveď
13262 Zobrazenia

Hi Community,

How can remove the create&edit and external link option for a many2one field.Am using Odoo 13 version.

Thanks


Avatar
Zrušiť
Best Answer

Hi,

This is possible using no_quick_create,no_create_edit and no_open.

for example

<field name="your_field name" options="{'no_quick_create':True,'no_create_edit':True,'no_open': True,}"/>

Regards

Avatar
Zrušiť
Autor

Thanks for the reply. i will try this one

Related Posts Replies Zobrazenia Aktivita
2
feb 21
7000
2
jan 20
132
4
dec 19
3878
2
nov 19
2987
1
mar 16
5497