From 2fe077d802bf143b110bc681ac039ba8bcfccb26 Mon Sep 17 00:00:00 2001 From: "Indoteknik ." Date: Thu, 17 Jul 2025 13:57:47 +0700 Subject: (andri) init action dll --- indoteknik_custom/views/down_payment.xml | 87 ++++++++++++++++++++++++++++++++ indoteknik_custom/views/ir_sequence.xml | 10 ++++ 2 files changed, 97 insertions(+) create mode 100644 indoteknik_custom/views/down_payment.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/down_payment.xml b/indoteknik_custom/views/down_payment.xml new file mode 100644 index 00000000..f418b932 --- /dev/null +++ b/indoteknik_custom/views/down_payment.xml @@ -0,0 +1,87 @@ + + + + down.payment.form + down.payment + +
+
+
+ +

+ +

+ + + + + + + + + + + + + + + + + + + + +
+
+
+
+ + down.payment.tree + down.payment + + + + + + + + + + + + + + Pengajuan Uang Muka (Down Payment) + ir.actions.act_window + down.payment + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index f2b42c3b..e959f562 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -200,5 +200,15 @@ 1 1 + + + Down Payment Sequence + down.payment + PUM/%(year)s/ + 5 + 1 + 1 + True + \ No newline at end of file -- cgit v1.2.3