Hello
I want to create new users from my costume module, to realize that i have created a field which allows me to display or create users:
approved_by = fields.Many2one('res.users', 'Affecter à', default=lambda self: self.env.user)
But in the result it give me a page which contains only : Name, Email address, Phone, Fax and Mobile,
Without the other informations.