Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
2769 Visualizações

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
Cancelar
Melhor resposta

Hi,


Try this condition:


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


Hope it helps

Avatar
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
mai. 24
1497
2
jul. 24
1915
1
set. 23
2816
1
out. 22
3218
0
out. 19
5411