I am trying to hide project task from users who are not assigned to the task or are not followers of that task.
So far I had now luck.
I thought a record rule like this: ['|',('user_id','=',False),('user_id','=',user.id)]
would work but still all tasks are shown to my test user. I hope someone has some pointers for.
Thank you in advance.
See this: https://goo.gl/8HgnCF
Update: it does work as Global but not when implemented in a group.