Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
13904 Visninger

Hi Community,

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

Thanks


Avatar
Kassér
Bedste svar

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
Kassér
Forfatter

Thanks for the reply. i will try this one

Related Posts Besvarelser Visninger Aktivitet
2
feb. 21
7559
2
jan. 20
132
4
dec. 19
4305
2
nov. 19
3385
1
mar. 16
5846