mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
From 17.0 onwards, any access right rule with set permissions must have a group on it, otherwise it will throw a warning on install
553 B
553 B
| 1 | id | name | model_id:id | group_id:id | perm_read | perm_write | perm_create | perm_unlink |
|---|---|---|---|---|---|---|---|---|
| 2 | access_res_users_role | access_res_users_role | model_res_users_role | base.group_erp_manager | 1 | 1 | 1 | 1 |
| 3 | access_res_users_role_line | access_res_users_role_line | model_res_users_role_line | base.group_erp_manager | 1 | 1 | 1 | 1 |
| 4 | access_wizard_create_role_from_user | access_wizard_create_role_from_user | model_wizard_create_role_from_user | base.group_erp_manager | 1 | 1 | 1 | 1 |
| 5 | access_wizard_groups_into_role | access_wizard_groups_into_role | model_wizard_groups_into_role | base.group_erp_manager | 1 | 1 | 1 | 1 |