From 4f6b7ce3c279d5c63ab2ad766caf2e307eee3d3a Mon Sep 17 00:00:00 2001 From: Andreu Orensanz Date: Thu, 14 Mar 2024 16:29:12 +0100 Subject: [PATCH] [IMP] product_harmonized_system: solved ACL with an empty group --- product_harmonized_system/security/ir.model.access.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_harmonized_system/security/ir.model.access.csv b/product_harmonized_system/security/ir.model.access.csv index e22ebdd..d77d279 100644 --- a/product_harmonized_system/security/ir.model.access.csv +++ b/product_harmonized_system/security/ir.model.access.csv @@ -1,3 +1,3 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_hs_code_group_system,Full access on hs.code to Settings group,model_hs_code,base.group_system,1,1,1,1 -access_hs_code_read,Read access on hs.code to everybody,model_hs_code,,1,0,0,0 +access_hs_code_read,Read access on hs.code to everybody,model_hs_code,base.group_user,1,0,0,0