I want to hide the Employee Chatter Feed by a record rule that allows the loging user to see his own Employee Chatter Feed.
I try a record Rule:
Object: mail.message
Domain: [('parent_id','=',user.id)]
But is not working.
I`m in v11 Odoo SaaS
Thanks.