hello, i'ld like to use Many2one relation to get value from other model but i don't want it to take all the informations of the model (table)
eg: attribute of model.personne are: id, name, surname, gender, birthday.
How Many2one relation can return only male (or female) personne?
name = fields.Many2one('model.personne', 'presonne') # i want to select between gender=male personne