Hello ,
On latest v7 I have seen the following domain for project issue with group Employee (base.group_user).
['|', ('user_id', '=', user.id), '|', ('project_id.privacy_visibility', 'in', ['public', 'portal', 'employees']), '&', ('project_id.privacy_visibility', '=', 'followers'), ('message_follower_ids', 'in', [user.partner_id.id]), ]
I have tested also this and its working as expected.
Thank you!
Hello ,
On latest v7 I have seen the following domain for project issue with group Employee (base.group_user).
['|', ('user_id', '=', user.id), '|', ('project_ id.privacy_ visibility' , 'in', ['public', 'portal', 'employees']), '&', ('project_ id.privacy_ visibility' , '=', 'followers'), ('message_ follower_ ids', 'in', [user.partner_ id.id]) , ]
I have tested also this and its working as expected.
Thank you!