Skip to Content
Menu
This question has been flagged

Hello, 

I'm trying to add some record rules to enable internal users to see helpdesk ticket that they are followers.


i have tried to create a domain filter like this but it doesn't work. 


['|', ("user_id","=",user.id) , ('message_follower_ids', 'in', user.id)]


can anyone please enlight me ? 

Avatar
Discard
Best Answer

Hi,

Try this condition:

['|', ("user_id", "=", user.id),('message_follower_ids', 'in', user.partner_id.id)]

Regards

Avatar
Discard
Related Posts Replies Views Activity
1
May 24
363
2
Jul 24
365
1
Sep 23
1390
1
Oct 22
1836
0
Oct 19
4352