Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5260 Widoki

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

Awatar
Odrzuć
Najlepsza odpowiedź

Hello,

Can you try:


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


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
gru 19
4342
1
paź 23
2032
0
maj 16
5001
0
paź 24
1575
0
kwi 24
1885