Zum Inhalt springen
Menü
Sie müssen registriert sein, um mit der Community zu interagieren.
Diese Frage wurde gekennzeichnet
1 Antworten
5317 Ansichten

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

Avatar
Verwerfen
Beste Antwort

Hello,

Can you try:


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


Avatar
Verwerfen
Verknüpfte Beiträge Antworten Ansichten Aktivität
1
Dez. 19
4391
1
Okt. 23
2072
0
Mai 16
5022
0
Okt. 24
1646
0
Apr. 24
1901