Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
13597 Tampilan

Hi Community,

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

Thanks


Avatar
Buang
Jawaban Terbai

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
Buang
Penulis

Thanks for the reply. i will try this one

Post Terkait Replies Tampilan Aktivitas
2
Feb 21
7369
2
Jan 20
132
4
Des 19
4118
2
Nov 19
3214
1
Mar 16
5691