summaryrefslogtreecommitdiff
path: root/custom_indoteknik/views/manufacture_view.xml
diff options
context:
space:
mode:
authorstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
committerstephanchrst <stephanchrst@gmail.com>2022-05-10 17:14:58 +0700
commit1ca3b3df3421961caec3b747a364071c80f5c7da (patch)
tree6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /custom_indoteknik/views/manufacture_view.xml
parentb57188be371d36d96caac4b8d65a40745c0e972c (diff)
initial commit
Diffstat (limited to 'custom_indoteknik/views/manufacture_view.xml')
-rw-r--r--custom_indoteknik/views/manufacture_view.xml54
1 files changed, 54 insertions, 0 deletions
diff --git a/custom_indoteknik/views/manufacture_view.xml b/custom_indoteknik/views/manufacture_view.xml
new file mode 100644
index 0000000..834223d
--- /dev/null
+++ b/custom_indoteknik/views/manufacture_view.xml
@@ -0,0 +1,54 @@
+<odoo>
+ <data>
+
+ <record id="x_manufacture_tree" model="ir.ui.view">
+ <field name="name">Manufacture</field>
+ <field name="model">x.manufacture</field>
+ <field name="arch" type="xml">
+ <tree>
+ <field name="x_name"/>
+ <field name="x_negara_asal"/>
+ <field name="x_short_desc"/>
+ <field name="x_manufacture_category"/>
+ <field name="x_manufacture_level"/>
+ <field name="x_produk_aksesoris_sparepart"/>
+ <field name="x_description"/>
+ </tree>
+ </field>
+ </record>
+
+ <record id="x_manufacture_form" model="ir.ui.view">
+ <field name="name">Manufacture</field>
+ <field name="model">x.manufacture</field>
+ <field name="arch" type="xml">
+ <form>
+ <sheet>
+ <group>
+ <group>
+ <field name="x_name"/>
+ <field name="x_negara_asal"/>
+ <field name="x_short_desc"/>
+ <field name="x_manufacture_category"/>
+ <field name="x_manufacture_level"/>
+ <field name="x_produk_aksesoris_sparepart"/>
+ </group>
+ <group>
+ <field name="x_logo_manufacture"/>
+ </group>
+ </group>
+ <group>
+ <notebook>
+ <page string="Description">
+ <group>
+ <field name="x_description" nolabel="1"/>
+ </group>
+ </page>
+ </notebook>
+ </group>
+ </sheet>
+ </form>
+ </field>
+ </record>
+
+ </data>
+</odoo> \ No newline at end of file