Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4999 Vues

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
Ignorer
Meilleure réponse

Hello,

Can you try:


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


Avatar
Ignorer
Publications associées Réponses Vues Activité
1
déc. 19
4121
1
oct. 23
1709
0
mai 16
4791
0
oct. 24
1296
0
avr. 24
1608