Skip to Content
Menú
This question has been flagged
1 Respondre
2668 Vistes

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

Hi,


Try this condition:


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


Hope it helps

Avatar
Descartar
Related Posts Respostes Vistes Activitat
1
de maig 24
1425
2
de jul. 24
1834
1
de set. 23
2721
1
d’oct. 22
3130
0
d’oct. 19
5313