コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
13744 ビュー

Hi Community,

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

Thanks


アバター
破棄
最善の回答

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

アバター
破棄
著作者

Thanks for the reply. i will try this one

関連投稿 返信 ビュー 活動
2
2月 21
7462
2
1月 20
132
4
12月 19
4222
2
11月 19
3321
1
3月 16
5737