Hi all,
i need to make a record rule for purchase order and manufacturing order that show record only to the one who create the record and those who is added as followers
for user own record i set a record rule with [('create_uid', '=', user.id)] and works fine.
i'm struggling with the followers rule , something like [('message_is_follower','=', [user.id])] but don't work.
any suggestion?
thanks
you need message_partner_id ?