From afb5bdd1830b421f98bbe1a2d824e7b6330d85c7 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Wed, 6 Jan 2021 18:15:05 +0100 Subject: [PATCH] [13.0]fix account_check_deposit multi-company record rule --- account_check_deposit/security/check_deposit_security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_check_deposit/security/check_deposit_security.xml b/account_check_deposit/security/check_deposit_security.xml index 1051eb453..bf54fa2f7 100644 --- a/account_check_deposit/security/check_deposit_security.xml +++ b/account_check_deposit/security/check_deposit_security.xml @@ -9,7 +9,7 @@ Check Deposit multi-company - ['|', ('company_id', '=', False), ('company_id', 'child_of', [user.company_id.id])] + ['|', ('company_id', '=', False), ('company_id', 'in', company_ids)]