summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views/res_groups.xml
diff options
context:
space:
mode:
authorRafi Zadanly <zadanlyr@gmail.com>2023-02-14 11:49:10 +0700
committerRafi Zadanly <zadanlyr@gmail.com>2023-02-14 11:49:10 +0700
commit97bb5d9e993ffa4ccee788b725ecae2489cbbedf (patch)
tree44a39e2d03598ffba2fafc9b880f9ad2d5d92e25 /indoteknik_custom/views/res_groups.xml
parent40e3569be0c25f19bdb0e29c6e5cafce56b7bb8d (diff)
show vendor bills on PO and only technical administrator can view/edit
Diffstat (limited to 'indoteknik_custom/views/res_groups.xml')
-rw-r--r--indoteknik_custom/views/res_groups.xml9
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