diff options
Diffstat (limited to 'indoteknik_custom/views/res_groups.xml')
| -rw-r--r-- | indoteknik_custom/views/res_groups.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indoteknik_custom/views/res_groups.xml b/indoteknik_custom/views/res_groups.xml new file mode 100644 index 00000000..8da2414b --- /dev/null +++ b/indoteknik_custom/views/res_groups.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<odoo> + <data> + <record id="technical_administrator" model="res.groups"> + <field name="name">Administrator</field> + <field name="category_id" ref="base.module_category_hidden" /> + </record> + </data> +</odoo>
\ No newline at end of file |
