İçereği Atla
Menü
Bu soru işaretlendi
1 Cevapla
13610 Görünümler

Hi Community,

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

Thanks


Avatar
Vazgeç
En İyi Yanıt

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
Vazgeç
Üretici

Thanks for the reply. i will try this one

İlgili Gönderiler Cevaplar Görünümler Aktivite
2
Şub 21
7382
2
Oca 20
132
4
Ara 19
4127
2
Kas 19
3240
1
Mar 16
5701