From fb8abc000707a2b8ba1fb0d16c1d8cbbd640ea34 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 23 Jun 2023 14:12:49 +0700 Subject: Fiture Over Due Limit --- indoteknik_custom/views/account_move_views.xml | 82 ++++++++++++++++++++++++++ indoteknik_custom/views/ir_sequence.xml | 10 ++++ indoteknik_custom/views/sale_order.xml | 3 + 3 files changed, 95 insertions(+) create mode 100644 indoteknik_custom/views/account_move_views.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml new file mode 100644 index 00000000..1ff7f3aa --- /dev/null +++ b/indoteknik_custom/views/account_move_views.xml @@ -0,0 +1,82 @@ + + + + due.extension.tree + due.extension + + + + + + + + + + + + due.extension.line.tree + due.extension.line + + + + + + + + + + + + + + + + + due.extension.form + due.extension + +
+
+
+ + + + + + + + + + + + + + + + + +
+
+
+ + + Due Extension + ir.actions.act_window + due.extension + tree,form + + + +
diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 9af85408..a8348772 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -31,6 +31,16 @@ 1 + + Due Extension + due.extension + TRUE + DE/%(year)s/ + 5 + 1 + 1 + + Requisition requisition diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index b160d9b1..222fb057 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -26,6 +26,9 @@ + + + -- cgit v1.2.3