Initial commit: OCA Server Auth packages (29 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:06 +02:00
commit 3ed80311c4
1325 changed files with 127292 additions and 0 deletions

View file

@ -0,0 +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_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
access_auth_saml_request,access_auth_saml_request,model_auth_saml_request,,0,0,0,0
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_auth_saml_provider auth_saml_provider model_auth_saml_provider base.group_system 1 1 1 1
3 access_auth_res_users_saml auth_res_users_saml model_res_users_saml base.group_erp_manager 1 1 1 1
4 access_auth_saml_attribute_mapping auth_saml_attribute_mapping model_auth_saml_attribute_mapping base.group_system 1 1 1 1
5 access_auth_saml_request access_auth_saml_request model_auth_saml_request 0 0 0 0