Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
2785 Visualizzazioni

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
Abbandona
Risposta migliore

Hi,


Try this condition:


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


Hope it helps

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
mag 24
1514
2
lug 24
1956
1
set 23
2823
1
ott 22
3238
0
ott 19
5424