From 06b66a9671d7f8727d1689a6253486f80fcae694 Mon Sep 17 00:00:00 2001 From: aronabencherif Date: Mon, 13 May 2024 14:08:29 +0000 Subject: [PATCH] [IMP] auth_saml: Allow admin/managers to edit User SAML information As user in that group can already edit users, so it make sense to allow them to see and edit that information rather than restrict it to admin/system. --- auth_saml/security/ir.model.access.csv | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/auth_saml/security/ir.model.access.csv b/auth_saml/security/ir.model.access.csv index fafdae2ecc..6c699bed06 100644 --- a/auth_saml/security/ir.model.access.csv +++ b/auth_saml/security/ir.model.access.csv @@ -1,6 +1,5 @@ id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink access_auth_saml_provider,auth_saml_provider,model_auth_saml_provider,base.group_system,1,1,1,1 -access_auth_res_users_saml,auth_res_users_saml,model_res_users_saml,base.group_system,1,1,1,1 +access_auth_res_users_saml,auth_res_users_saml,model_res_users_saml,base.group_erp_manager,1,1,1,1 access_auth_saml_attribute_mapping,auth_saml_attribute_mapping,model_auth_saml_attribute_mapping,base.group_system,1,1,1,1 -auth_saml_provider_erp_manager_access,auth_saml_provider_erp_manager_access,model_auth_saml_provider,base.group_erp_manager,1,0,0,0 access_auth_saml_request,access_auth_saml_request,model_auth_saml_request,,0,0,0,0