We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d8fba94 + 302472e commit cc70d7aCopy full SHA for cc70d7a
1 file changed
fastapi/security/ir_rule+acl.xml
@@ -39,7 +39,7 @@
39
<field name="model_id" ref="base.model_res_partner" />
40
<field
41
name="domain_force"
42
- > ['|', ('user_id', '=', user.id), ('id', '=', authenticated_partner_id)]</field>
+ > ['|', ('user_ids', '=', user.id), ('id', '=', authenticated_partner_id)]</field>
43
<field name="groups" eval="[(4, ref('group_fastapi_endpoint_runner'))]" />
44
</record>
45
0 commit comments