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 ?