I create group called 'Skill Creater'
I am not need to assign group for employee like
goto>>settings>>users>>tik 'Skill creater'
In my py code:-
skill_creater = fields.Many2many('res.users')
In xml code
<fields name="skill_creater" widget="many2many_tags/>
My question is,
if i select 2 users , these 2 users are assigned to 'Skill Creater' group via python code .
Is it Possible?
Is possible then how to do this?
And How to i identify these employees are now under "Skill Creator "Group?