Skip to Content
मेन्यू
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)]


Hope it helps

Avatar
Discard
Related Posts Replies Views Activity
1
मई 24
1455
2
जुल॰ 24
1860
1
सित॰ 23
2768
1
अक्तू॰ 22
3153
0
अक्तू॰ 19
5365