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
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
1
de març 15
|
6041 | |||
|
0
de març 15
|
4281 | |||
|
1
de març 15
|
9196 | |||
|
1
de juny 19
|
7799 | |||
|
1
de març 15
|
8780 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.