Hello guys.
I want a Many2many field that get all the users that belongs to a specific group. I have something like this but is not working, can you help me please?
managers = fields.Many2many('res.users', string="Users in charge",
default=lambda self: self.env.ref("custom_module.group_pos").id)