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

Hi All

I Want To Create Two Objects With Relation (User , Gender ) And I Want The User Choose The Gender From Field Selection How Can I Do It Thanks

Avatar
Abbandona
Risposta migliore

You can do it with only a selection field for gender. You have to use many2one in case of you have the possibility of adding more genders, but since it's limited you can do a selection field:

'gender': fields.selection([('male', 'Male'),('female','Female')], 'Gender'),

and that's all

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mar 15
5410
0
mar 15
3642
1
mar 15
8616
1
giu 19
7107
1
mar 15
8159