From 8e8da88ec748a1a46b1d9d4bf1d24be2ca14655a Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 23 Jun 2025 15:22:18 +0700 Subject: upload manual ginee --- fixco_custom/views/detail_order.xml | 2 ++ fixco_custom/views/ir_sequence.xml | 11 +++++++ fixco_custom/views/upload_ginee.xml | 63 +++++++++++++++++++++++++++++++++++++ 3 files changed, 76 insertions(+) create mode 100644 fixco_custom/views/upload_ginee.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/detail_order.xml b/fixco_custom/views/detail_order.xml index 5ab2116..beb6d5c 100755 --- a/fixco_custom/views/detail_order.xml +++ b/fixco_custom/views/detail_order.xml @@ -10,6 +10,7 @@ + @@ -44,6 +45,7 @@ + diff --git a/fixco_custom/views/ir_sequence.xml b/fixco_custom/views/ir_sequence.xml index 395add6..de2188b 100644 --- a/fixco_custom/views/ir_sequence.xml +++ b/fixco_custom/views/ir_sequence.xml @@ -11,6 +11,17 @@ 1 4 + + + Upload Ginee + upload.ginee + TRUE + UG/%(year)s/ + 5 + 1 + 1 + 4 + Shipment Group diff --git a/fixco_custom/views/upload_ginee.xml b/fixco_custom/views/upload_ginee.xml new file mode 100644 index 0000000..99ecb1e --- /dev/null +++ b/fixco_custom/views/upload_ginee.xml @@ -0,0 +1,63 @@ + + + + + upload.ginee.tree + upload.ginee + + + + + + + + + + + upload.ginee.form + upload.ginee + +
+
+
+ + + + + + + + + + + + + + + + +
+
+
+ + + Upload Ginee + ir.actions.act_window + upload.ginee + tree,form + + + +
+
-- cgit v1.2.3