From 803e4f8b3cf9c1d6a43a354023edc1e065f4121e Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:21:18 +0700 Subject: initial commit 2 --- indoteknik_custom/views/coupon_program.xml | 24 +++++++ .../views/product_public_category.xml | 34 ++++++++++ indoteknik_custom/views/product_template.xml | 40 ++++++++++++ indoteknik_custom/views/vit_kecamatan.xml | 56 +++++++++++++++++ indoteknik_custom/views/vit_kelurahan.xml | 58 +++++++++++++++++ indoteknik_custom/views/vit_kota.xml | 58 +++++++++++++++++ indoteknik_custom/views/x_banner_banner.xml | 62 ++++++++++++++++++ indoteknik_custom/views/x_banner_category.xml | 54 ++++++++++++++++ indoteknik_custom/views/x_biaya_kirim.xml | 64 +++++++++++++++++++ indoteknik_custom/views/x_manufactures.xml | 73 ++++++++++++++++++++++ .../views/x_partner_purchase_order.xml | 56 +++++++++++++++++ indoteknik_custom/views/x_product_tags.xml | 50 +++++++++++++++ 12 files changed, 629 insertions(+) create mode 100644 indoteknik_custom/views/coupon_program.xml create mode 100644 indoteknik_custom/views/product_public_category.xml create mode 100644 indoteknik_custom/views/product_template.xml create mode 100644 indoteknik_custom/views/vit_kecamatan.xml create mode 100644 indoteknik_custom/views/vit_kelurahan.xml create mode 100644 indoteknik_custom/views/vit_kota.xml create mode 100644 indoteknik_custom/views/x_banner_banner.xml create mode 100644 indoteknik_custom/views/x_banner_category.xml create mode 100644 indoteknik_custom/views/x_biaya_kirim.xml create mode 100644 indoteknik_custom/views/x_manufactures.xml create mode 100644 indoteknik_custom/views/x_partner_purchase_order.xml create mode 100644 indoteknik_custom/views/x_product_tags.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/coupon_program.xml b/indoteknik_custom/views/coupon_program.xml new file mode 100644 index 00000000..e4ad0bd8 --- /dev/null +++ b/indoteknik_custom/views/coupon_program.xml @@ -0,0 +1,24 @@ + + + + coupon.program.inherited + coupon.program + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/product_public_category.xml b/indoteknik_custom/views/product_public_category.xml new file mode 100644 index 00000000..858d7ada --- /dev/null +++ b/indoteknik_custom/views/product_public_category.xml @@ -0,0 +1,34 @@ + + + + product.public.category.inherited + product.public.category + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml new file mode 100644 index 00000000..78aac34a --- /dev/null +++ b/indoteknik_custom/views/product_template.xml @@ -0,0 +1,40 @@ + + + + + Product Template + product.template + + + + + + + + + + + + + + + + + + + + + + + + product.template.search.inherit + product.template + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/vit_kecamatan.xml b/indoteknik_custom/views/vit_kecamatan.xml new file mode 100644 index 00000000..09ae6920 --- /dev/null +++ b/indoteknik_custom/views/vit_kecamatan.xml @@ -0,0 +1,56 @@ + + + + vit.kecamatan.tree + vit.kecamatan + + + + + + + + + + + vit.kecamatan.form + vit.kecamatan + +
+ +
+

+ +

+
+ + + + + + +
+
+
+
+ + + Kecamatan + ir.actions.act_window + vit.kecamatan + tree,form + +

+ Add Kecamatan! +

+
+
+ + +
\ No newline at end of file diff --git a/indoteknik_custom/views/vit_kelurahan.xml b/indoteknik_custom/views/vit_kelurahan.xml new file mode 100644 index 00000000..afbf84e0 --- /dev/null +++ b/indoteknik_custom/views/vit_kelurahan.xml @@ -0,0 +1,58 @@ + + + + vit.kelurahan.tree + vit.kelurahan + + + + + + + + + + + + vit.kelurahan.form + vit.kelurahan + +
+ +
+

+ +

+
+ + + + + + + +
+
+
+
+ + + Kelurahan + ir.actions.act_window + vit.kelurahan + tree,form + +

+ Add Kelurahan! +

+
+
+ + +
\ No newline at end of file diff --git a/indoteknik_custom/views/vit_kota.xml b/indoteknik_custom/views/vit_kota.xml new file mode 100644 index 00000000..97c7e66c --- /dev/null +++ b/indoteknik_custom/views/vit_kota.xml @@ -0,0 +1,58 @@ + + + + vit.kota.tree + vit.kota + + + + + + + + + + + + vit.kota.form + vit.kota + +
+ +
+

+ +

+
+ + + + + + + +
+
+
+
+ + + Kota + ir.actions.act_window + vit.kota + tree,form + +

+ Add Kota! +

+
+
+ + +
\ No newline at end of file diff --git a/indoteknik_custom/views/x_banner_banner.xml b/indoteknik_custom/views/x_banner_banner.xml new file mode 100644 index 00000000..f48b20c4 --- /dev/null +++ b/indoteknik_custom/views/x_banner_banner.xml @@ -0,0 +1,62 @@ + + + + x_banner.banner.tree + x_banner.banner + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/x_banner_category.xml b/indoteknik_custom/views/x_banner_category.xml new file mode 100644 index 00000000..0c2e053d --- /dev/null +++ b/indoteknik_custom/views/x_banner_category.xml @@ -0,0 +1,54 @@ + + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/x_biaya_kirim.xml b/indoteknik_custom/views/x_biaya_kirim.xml new file mode 100644 index 00000000..13393573 --- /dev/null +++ b/indoteknik_custom/views/x_biaya_kirim.xml @@ -0,0 +1,64 @@ + + + + x.biaya.kirim.tree + x_biaya_kirim + + + + + + + + + + + + + + x.biaya.kirim.form + x_biaya_kirim + +
+ +
+

+ +

+
+ + + + + + + + + + + +
+
+
+
+ + + Biaya Kirim + ir.actions.act_window + x_biaya_kirim + tree,form + +

+ Add Biaya Kirim! +

+
+
+ + +
\ No newline at end of file diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml new file mode 100644 index 00000000..afecea9b --- /dev/null +++ b/indoteknik_custom/views/x_manufactures.xml @@ -0,0 +1,73 @@ + + + + Manufacture + x_manufactures + tree,form + +

+ Add Manufactures! +

+
+
+ + + Manufactures + x_manufactures + + + + + + + + + + + + + + Manufactures + x_manufactures + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/indoteknik_custom/views/x_partner_purchase_order.xml b/indoteknik_custom/views/x_partner_purchase_order.xml new file mode 100644 index 00000000..4b858726 --- /dev/null +++ b/indoteknik_custom/views/x_partner_purchase_order.xml @@ -0,0 +1,56 @@ + + + + x.partner.purchase.order.tree + x_partner.purchase.order + + + + + + + + + + + + + x.partner.purchase.order.form + x_partner.purchase.order + +
+ + + + + + + + + + + +
+
+
+ + + Customer PO + ir.actions.act_window + x_partner.purchase.order + tree,form + +

+ Add Customer PO! +

+
+
+ + +
\ No newline at end of file diff --git a/indoteknik_custom/views/x_product_tags.xml b/indoteknik_custom/views/x_product_tags.xml new file mode 100644 index 00000000..54378aee --- /dev/null +++ b/indoteknik_custom/views/x_product_tags.xml @@ -0,0 +1,50 @@ + + + + x.product.tags.tree + x_product_tags + + + + + + + + + + x.product.tags.form + x_product_tags + +
+ + + + + + + + +
+
+
+ + + Product Tags + ir.actions.act_window + x_product_tags + tree,form + +

+ Add Product Tags! +

+
+
+ + +
\ No newline at end of file -- cgit v1.2.3