Comment 4 for bug 1197308

Revision history for this message
Amit Parik (amit-parik) wrote : Re: [v7] project_issue default access rule is wrong ?

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!