From f01969680c174f21be8fb9fde2032c749a62cf62 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 3 Jun 2024 15:56:00 +0700 Subject: def cargo --- indoteknik_custom/views/def_cargo_city.xml | 41 +++++++++++++++++++++ indoteknik_custom/views/def_cargo_district.xml | 49 ++++++++++++++++++++++++++ indoteknik_custom/views/def_cargo_province.xml | 39 ++++++++++++++++++++ 3 files changed, 129 insertions(+) create mode 100644 indoteknik_custom/views/def_cargo_city.xml create mode 100644 indoteknik_custom/views/def_cargo_district.xml create mode 100644 indoteknik_custom/views/def_cargo_province.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/def_cargo_city.xml b/indoteknik_custom/views/def_cargo_city.xml new file mode 100644 index 00000000..8f8beec5 --- /dev/null +++ b/indoteknik_custom/views/def_cargo_city.xml @@ -0,0 +1,41 @@ + + + + def.cargo.city.tree + def.cargo.city + + + + + + + + + + def.cargo.city.form + def.cargo.city + +
+ + + + + + + + +
+
+
+ + + Def Cargo City + ir.actions.act_window + def.cargo.city + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/def_cargo_district.xml b/indoteknik_custom/views/def_cargo_district.xml new file mode 100644 index 00000000..109fbcba --- /dev/null +++ b/indoteknik_custom/views/def_cargo_district.xml @@ -0,0 +1,49 @@ + + + + def.cargo.district.tree + def.cargo.district + + + + + + + + + + + + + + def.cargo.district.form + def.cargo.district + +
+ + + + + + + + + + + + +
+
+
+ + + Def Cargo District + ir.actions.act_window + def.cargo.district + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/def_cargo_province.xml b/indoteknik_custom/views/def_cargo_province.xml new file mode 100644 index 00000000..37dc9162 --- /dev/null +++ b/indoteknik_custom/views/def_cargo_province.xml @@ -0,0 +1,39 @@ + + + + def.cargo.province.tree + def.cargo.province + + + + + + + + + def.cargo.province.form + def.cargo.province + +
+ + + + + + + +
+
+
+ + + Def Cargo Province + ir.actions.act_window + def.cargo.province + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3