From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- vit_kelurahan/view/kecamatan.xml | 81 ++++++++++++++++++++++++++++++++++++++ vit_kelurahan/view/kelurahan.xml | 84 ++++++++++++++++++++++++++++++++++++++++ vit_kelurahan/view/kota.xml | 81 ++++++++++++++++++++++++++++++++++++++ vit_kelurahan/view/partner.xml | 20 ++++++++++ 4 files changed, 266 insertions(+) create mode 100644 vit_kelurahan/view/kecamatan.xml create mode 100644 vit_kelurahan/view/kelurahan.xml create mode 100644 vit_kelurahan/view/kota.xml create mode 100644 vit_kelurahan/view/partner.xml (limited to 'vit_kelurahan/view') diff --git a/vit_kelurahan/view/kecamatan.xml b/vit_kelurahan/view/kecamatan.xml new file mode 100644 index 0000000..f939d20 --- /dev/null +++ b/vit_kelurahan/view/kecamatan.xml @@ -0,0 +1,81 @@ + + + + + + kecamatan.tree + vit.kecamatan + tree + + + + + + + + + + + kecamatan.form + vit.kecamatan + form + + +
+ + + + +
+
+
+ + + Kecamatan + ir.actions.act_window + vit.kecamatan + form + tree,form + [] + {} + + + + + + form + + + + + + + tree + + + + + vit.kecamatan.search + vit.kecamatan + search + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/vit_kelurahan/view/kelurahan.xml b/vit_kelurahan/view/kelurahan.xml new file mode 100644 index 0000000..283c0ba --- /dev/null +++ b/vit_kelurahan/view/kelurahan.xml @@ -0,0 +1,84 @@ + + + + + + kelurahan.tree + vit.kelurahan + tree + + + + + + + + + + + + kelurahan.form + vit.kelurahan + form + + +
+ + + + + +
+
+
+ + + Kelurahan + ir.actions.act_window + vit.kelurahan + form + tree,form + [] + {} + + + + + + form + + + + + + + tree + + + + + vit.kecamatan.search + vit.kecamatan + search + + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/vit_kelurahan/view/kota.xml b/vit_kelurahan/view/kota.xml new file mode 100644 index 0000000..15bd665 --- /dev/null +++ b/vit_kelurahan/view/kota.xml @@ -0,0 +1,81 @@ + + + + + + kota.tree + vit.kota + tree + + + + + + + + + + + kota.form + vit.kota + form + + +
+ + + + +
+
+
+ + + Kota/Kab + ir.actions.act_window + vit.kota + form + tree,form + [] + {} + + + + + + form + + + + + + + tree + + + + + vit.kota.search + vit.kota + search + + + + + + + + + + + + + + + +
+
\ No newline at end of file diff --git a/vit_kelurahan/view/partner.xml b/vit_kelurahan/view/partner.xml new file mode 100644 index 0000000..1afdddd --- /dev/null +++ b/vit_kelurahan/view/partner.xml @@ -0,0 +1,20 @@ + + + + + + res.partner.kelurahan.form + res.partner + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3