From 776d2eefc8d43462eee3992992088e066fecfe21 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 17 Sep 2025 11:20:53 +0700 Subject: push --- fixco_custom/__manifest__.py | 3 ++ fixco_custom/views/vit_kecamatan.xml | 56 +++++++++++++++++++++++++++++++++ fixco_custom/views/vit_kelurahan.xml | 58 ++++++++++++++++++++++++++++++++++ fixco_custom/views/vit_kota.xml | 60 ++++++++++++++++++++++++++++++++++++ 4 files changed, 177 insertions(+) create mode 100644 fixco_custom/views/vit_kecamatan.xml create mode 100644 fixco_custom/views/vit_kelurahan.xml create mode 100644 fixco_custom/views/vit_kota.xml diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index a00dbeb..ce9c5b8 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -43,6 +43,9 @@ 'views/update_depreciation_move_wizard_view.xml', 'views/invoice_reklas.xml', 'views/uangmuka_pembelian.xml', + 'views/vit_kelurahan.xml', + 'views/vit_kecamatan.xml', + 'views/vit_kota.xml', ], 'demo': [], 'css': [], diff --git a/fixco_custom/views/vit_kecamatan.xml b/fixco_custom/views/vit_kecamatan.xml new file mode 100644 index 0000000..09ae692 --- /dev/null +++ b/fixco_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/fixco_custom/views/vit_kelurahan.xml b/fixco_custom/views/vit_kelurahan.xml new file mode 100644 index 0000000..afbf84e --- /dev/null +++ b/fixco_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/fixco_custom/views/vit_kota.xml b/fixco_custom/views/vit_kota.xml new file mode 100644 index 0000000..58c97eb --- /dev/null +++ b/fixco_custom/views/vit_kota.xml @@ -0,0 +1,60 @@ + + + + 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 -- cgit v1.2.3