Hello everyone,
I have a problem I am unable to fix on Odoo v12.
I have a many2one field related to "res.users" model, and need to show on this list, only the users that belongs to a specific group.
Searched for several related questions and none helped me to achieve what I need.
I have setup my groups as:
- module_group_admin;
- module_group_user; -----> I need to list these users
At this stage my groups/permissions are all working as expected.
The only problem I am having is that, when I access this many2one field, I see all users on the system and need to list ONLY the users from a specific and pre-selected group.
Can anyone help please?
Thank you in advance