From f9874dc8419c35737fb96b8aa8480f0d60e47e1d Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 12 Jul 2023 09:03:33 +0700 Subject: revisi due extension --- indoteknik_custom/views/account_move.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 9faf3149..30f0eca9 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -15,6 +15,7 @@ + @@ -30,6 +31,7 @@ + -- cgit v1.2.3 From 532c17542bd2ca2188164f8387aaac19c44d973b Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 12 Jul 2023 15:19:06 +0700 Subject: refactor code revisi due extension --- indoteknik_custom/views/account_move_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move_views.xml b/indoteknik_custom/views/account_move_views.xml index 983fbd5a..fee94b42 100644 --- a/indoteknik_custom/views/account_move_views.xml +++ b/indoteknik_custom/views/account_move_views.xml @@ -4,7 +4,7 @@ due.extension.tree due.extension - + -- cgit v1.2.3 From 5556e2b56a010c78bb79718679d0a0b5b3f780c3 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 12 Jul 2023 15:36:05 +0700 Subject: hide field --- indoteknik_custom/views/account_move.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 30f0eca9..7f7fb228 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -31,14 +31,14 @@ - + - - - - - + + + + + -- cgit v1.2.3 From 855f63e1c39ba1ff4d84360845949bc260462c83 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 14 Jul 2023 16:40:27 +0700 Subject: bill receipt --- indoteknik_custom/views/bill_receipt.xml | 76 ++++++++++++++++++++++++++++++++ indoteknik_custom/views/ir_sequence.xml | 10 +++++ 2 files changed, 86 insertions(+) create mode 100644 indoteknik_custom/views/bill_receipt.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/bill_receipt.xml b/indoteknik_custom/views/bill_receipt.xml new file mode 100644 index 00000000..6e27ee12 --- /dev/null +++ b/indoteknik_custom/views/bill_receipt.xml @@ -0,0 +1,76 @@ + + + + bill.receipt.tree + bill.receipt + + + + + + + + + + + + + bill.receipt.form + bill.receipt + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + Bill Line + ir.actions.act_window + bill.receipt + tree,form + + + +
diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index a8348772..6798e5b4 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -41,6 +41,16 @@ 1 + + Bill Receipt + bill.receipt + TRUE + BR/%(year)s/ + 5 + 1 + 1 + + Requisition requisition -- cgit v1.2.3