Skip to content

Commit cc70d7a

Browse files
committed
Merge PR #541 into 17.0
Signed-off-by etobella
2 parents d8fba94 + 302472e commit cc70d7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fastapi/security/ir_rule+acl.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<field name="model_id" ref="base.model_res_partner" />
4040
<field
4141
name="domain_force"
42-
> ['|', ('user_id', '=', user.id), ('id', '=', authenticated_partner_id)]</field>
42+
> ['|', ('user_ids', '=', user.id), ('id', '=', authenticated_partner_id)]</field>
4343
<field name="groups" eval="[(4, ref('group_fastapi_endpoint_runner'))]" />
4444
</record>
4545

0 commit comments

Comments
 (0)