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

https://prnt.sc/r0qdkv

Hi Odooers as you can see in the image there is a create button in the popup and this popup is opened from many2many field.

I tried to remove it from the ir.model.access.csv file by removing the create rights but after that i am unable to select the fields in many2many fields

<field name="field" options="{'no_quick_create':True, 'no_create_edit':True}"/>

it is also not working

アバター
破棄
最善の回答

Hello,

Can you try:


<field name="field_name" options="{'no_create': True}"/>


アバター
破棄
関連投稿 返信 ビュー 活動
1
12月 19
4398
1
10月 23
2076
0
5月 16
5026
0
10月 24
1653
0
4月 24
1907