Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
13677 Widoki

Hi Community,

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

Thanks


Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

Thanks for the reply. i will try this one

Powiązane posty Odpowiedzi Widoki Czynność
2
lut 21
7439
2
sty 20
132
4
gru 19
4183
2
lis 19
3294
1
mar 16
5708