Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
2752 Prikazi

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
Opusti
Best Answer

Hi,


Try this condition:


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


Hope it helps

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
maj 24
1485
2
jul. 24
1906
1
sep. 23
2805
1
okt. 22
3204
0
okt. 19
5384