From 1d8e552b7080e022eff82baf7907870370213611 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= Date: Mon, 19 Apr 2021 09:15:18 +0200 Subject: [PATCH] [FIX] base_comment_template: Change domain in rule according to company --- base_comment_template/security/security.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_comment_template/security/security.xml b/base_comment_template/security/security.xml index 3b6c7004..44009142 100644 --- a/base_comment_template/security/security.xml +++ b/base_comment_template/security/security.xml @@ -6,7 +6,7 @@ - ['|',('company_id','=',False),('company_id','child_of',[user.company_id.id])] + ['|',('company_id','=',False),('company_id','in',company_ids)]