From 38ba3d7f5b59a4444d9eb953a6c83e4ab6015ba6 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 4 Jul 2025 09:18:50 +0700 Subject: approval payment term --- indoteknik_custom/views/account_move.xml | 1 + indoteknik_custom/views/approval_payment_term.xml | 74 +++++++++++++++++++++++ indoteknik_custom/views/ir_sequence.xml | 10 +++ 3 files changed, 85 insertions(+) create mode 100644 indoteknik_custom/views/approval_payment_term.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index ad52a74a..2f52b3d9 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -70,6 +70,7 @@ + diff --git a/indoteknik_custom/views/approval_payment_term.xml b/indoteknik_custom/views/approval_payment_term.xml new file mode 100644 index 00000000..87c77385 --- /dev/null +++ b/indoteknik_custom/views/approval_payment_term.xml @@ -0,0 +1,74 @@ + + + + approval.payment.term.tree + approval.payment.term + + + + + + + + + + + + + + + + + approval.payment.term.form + approval.payment.term + +
+
+
+ + + + + + + + + + + + + + + + + + + + +
+ + +
+
+
+
+ + + Approval Payment Term + ir.actions.act_window + approval.payment.term + 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 bb8848c4..a0f5fc6b 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -150,6 +150,16 @@ 1 True + + + Approval Payment Term + approval.payment.term + APP/%(year)s/ + 5 + 1 + 1 + True + Customer Commision Fee -- cgit v1.2.3