From d4913c30c804c20024584182d9b70d4c87544340 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 2 Feb 2024 14:07:12 +0700 Subject: Add role permission feature --- .../views/role_permission/ir_model_access.xml | 16 ++++++++ .../views/role_permission/res_groups.xml | 45 ++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 indoteknik_custom/views/role_permission/ir_model_access.xml create mode 100644 indoteknik_custom/views/role_permission/res_groups.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/role_permission/ir_model_access.xml b/indoteknik_custom/views/role_permission/ir_model_access.xml new file mode 100644 index 00000000..0c74d5e2 --- /dev/null +++ b/indoteknik_custom/views/role_permission/ir_model_access.xml @@ -0,0 +1,16 @@ + + + + + Access Rights + ir.model.access + + + + + + + + + + diff --git a/indoteknik_custom/views/role_permission/res_groups.xml b/indoteknik_custom/views/role_permission/res_groups.xml new file mode 100644 index 00000000..ad6af732 --- /dev/null +++ b/indoteknik_custom/views/role_permission/res_groups.xml @@ -0,0 +1,45 @@ + + + + + Roles + 70 + + + + + IT + + + + + Accounting + + + + + Finance + + + + + Sales + + + + + Marketing + + + + + Purchasing + + + + + Logistic + + + + \ No newline at end of file -- cgit v1.2.3 From 20b1410fc2335f51ab08fdbecb54d6bfc437b6e1 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 7 Feb 2024 14:40:28 +0700 Subject: Update role FAT and add merchandiser --- indoteknik_custom/views/role_permission/res_groups.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/role_permission/res_groups.xml b/indoteknik_custom/views/role_permission/res_groups.xml index ad6af732..910469fd 100644 --- a/indoteknik_custom/views/role_permission/res_groups.xml +++ b/indoteknik_custom/views/role_permission/res_groups.xml @@ -11,14 +11,9 @@ IT - - - Accounting - - - - Finance + + FAT @@ -41,5 +36,10 @@ Logistic + + + Merchandiser + + \ No newline at end of file -- cgit v1.2.3