Se rendre au contenu
Menu
Cette question a été signalée

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
Ignorer
Meilleure réponse

Hi,


Try this condition:


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


Hope it helps

Avatar
Ignorer
Publications associées Réponses Vues Activité
1
mai 24
1507
2
juil. 24
1953
1
sept. 23
2818
1
oct. 22
3233
0
oct. 19
5420