Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
2661 Vistas

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
Mejor respuesta

Hi,


Try this condition:


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


Hope it helps

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
may 24
1422
2
jul 24
1825
1
sept 23
2713
1
oct 22
3127
0
oct 19
5311