I'm trying to hide records from users in the Documents/User group. I want to accomplish this by creating a custom boolean field and denying read access when this field is set to True. Unfortunately I've been unable to get it to work.
I'm sure that the problem lies with the domain.
[('x_is_protected', '=', True)] -> Apply for read: False
I recreated my problem using Odoo Studio, here. https://imgur.com/a/WxMX6hW
Any tips on using record rules the right way?