问题 MY PURPOSE I'm trying to use security rules to achieve the following purpose: I need to add in users model a field which will set which warehouses each user can modify. This is because I want to hide the stock moves you aren't allowed to see (stock moves of other warehouses). WHAT I DID I've created a Many2many field named allowed_warehouses in res.users model. From here, the administrator can select which warehouses can be used by each user. Then, I took advantage of the existing fields of