diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-07 14:40:28 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2024-02-07 14:40:28 +0700 |
| commit | 20b1410fc2335f51ab08fdbecb54d6bfc437b6e1 (patch) | |
| tree | cc41a4943ce3d8fb0f86205c66db3e8389bdcbbd | |
| parent | d4913c30c804c20024584182d9b70d4c87544340 (diff) | |
Update role FAT and add merchandiser
| -rw-r--r-- | indoteknik_custom/views/role_permission/res_groups.xml | 14 |
1 files changed, 7 insertions, 7 deletions
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 @@ <field name="name">IT</field> <field name="category_id" ref="module_category_roles" /> </record> - - <record id="group_role_accounting" model="res.groups"> - <field name="name">Accounting</field> - <field name="category_id" ref="module_category_roles" /> - </record> - <record id="group_role_finance" model="res.groups"> - <field name="name">Finance</field> + <record id="group_role_fat" model="res.groups"> + <field name="name">FAT</field> <field name="category_id" ref="module_category_roles" /> </record> @@ -41,5 +36,10 @@ <field name="name">Logistic</field> <field name="category_id" ref="module_category_roles" /> </record> + + <record id="group_role_merchandiser" model="res.groups"> + <field name="name">Merchandiser</field> + <field name="category_id" ref="module_category_roles" /> + </record> </data> </odoo>
\ No newline at end of file |
