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
4005 Widoki

i have a requirement that in many2one dropdown there is a create and edit button,now what i want is create and edit button should not come in that drop down.i tryed with widget="selection" some error is comming.can anybody help me

Regards Kumar

Awatar
Odrzuć
Najlepsza odpowiedź

Try adding this to the XML tag for that field:

options='{"quick_create": false}'
Awatar
Odrzuć