Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3965 Visualizzazioni

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

Avatar
Abbandona
Risposta migliore

Try adding this to the XML tag for that field:

options='{"quick_create": false}'
Avatar
Abbandona