Hi Community,
I Inherited the crm.lead model and i created the one drop-down custom field in this field display only group assign users. now i want to do that when i select which users from Dropdown list this users goes and add automatically in the Followers.
How to do this. If you know about it Please let me know.
See My Code.
.py File
estimation_id = fields.Many2many('res.users', default=lambda self:self.env.user, domain=lambda self: [("groups_id", "=", self.env.ref( "estimation.group_user_hide" ).id)], select=True, track_visibility='onchange', string='Estimation Asign To')