Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4245 Prikazi

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
Opusti
Best Answer

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
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
mar. 15
5559
0
mar. 15
3787
1
mar. 15
8780
1
jun. 19
7247
1
mar. 15
8294