I would like to customize the Project Task model's user_id field , so that it only allows to select only from the Task project's team members.
I already tried adding this to the field in the form's XML:
domain="[('id','child_of',project_id.members)]"
But no success. Any suggestions?
You can use the role in group to do this.
Role in group? I'm not familiar with that.
You access menu Settings - Users - Groups. In group which you want to fix, do this on tab Rules (add new rule with "Rule Definition (Domain Filter)"). Link: https://lh5.googleusercontent.com/-I9cHAewfEIY/UiBZy5QrfQI/AAAAAAAAANg/-U8kVoHsctM/w1044-h569-no/rule.png
any other simpler solution for this question?