From 3a4b6d09b5a6357cbb6a4ffd4e3907b19284fbc9 Mon Sep 17 00:00:00 2001 From: Jordi Ballester Alomar Date: Wed, 22 Apr 2020 12:13:10 +0200 Subject: [PATCH] [13.0] stock_demand_estimate: fix multicompany security --- stock_demand_estimate/security/stock_security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_demand_estimate/security/stock_security.xml b/stock_demand_estimate/security/stock_security.xml index cb0aeaf24..aa76e3125 100644 --- a/stock_demand_estimate/security/stock_security.xml +++ b/stock_demand_estimate/security/stock_security.xml @@ -6,6 +6,6 @@ ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + >['|',('company_id','=',False),('company_id', 'in', company_ids)]