From 8a025fe63ea44b93d3978da7df3aa31533da5300 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 13 Jun 2025 09:13:08 +0700 Subject: add tukar guling model and view --- indoteknik_custom/views/tukar_guling.xml | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 indoteknik_custom/views/tukar_guling.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3 From 860abd78b0474279f851378f0b6507fe71fd76be Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 13 Jun 2025 11:39:00 +0700 Subject: PTG document name sequence --- indoteknik_custom/views/tukar_guling.xml | 50 ++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index e69de29b..34f2fa48 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -0,0 +1,50 @@ + + + + Pengajuan Tukar Guling + ir.actions.act_window + tukar.guling + tree,form + + + + + + Pengajuan Tukar Guling + tukar.guling + PTG/ + 5 + 1 + 1 + + + + + pengajuan.tukar.guling.tree + tukar.guling + + + + + + + + + + pengajuan.tukar.guling.form + tukar.guling + +
+ + + +
+
+
+
\ No newline at end of file -- cgit v1.2.3 From d2c05ac97f195e196605d91088d6f76d9312e528 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 13 Jun 2025 17:19:28 +0700 Subject: match with meet --- indoteknik_custom/views/tukar_guling.xml | 149 ++++++++++++++++++++++--------- 1 file changed, 108 insertions(+), 41 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 34f2fa48..8fffcbb0 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -1,50 +1,117 @@ - - Pengajuan Tukar Guling - ir.actions.act_window - tukar.guling - tree,form - + + + + Pengajuan Tukar Guling + ir.actions.act_window + tukar.guling + tree,form + - + + - - Pengajuan Tukar Guling - tukar.guling - PTG/ - 5 - 1 - 1 - - + + + Pengajuan Tukar Guling + tukar.guling + PTG/ + 5 + 1 + 1 + + - - pengajuan.tukar.guling.tree - tukar.guling - - + + + pengajuan.tukar.guling.tree + tukar.guling + + - - - + + + + + + + - - pengajuan.tukar.guling.form - tukar.guling - -
- - - -
-
-
+ + + pengajuan.tukar.guling.form + tukar.guling + +
+
+
+ +
+

+ +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
\ No newline at end of file -- cgit v1.2.3 From 50769e870756dd350421a205e6d49ab555023764 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sun, 15 Jun 2025 17:33:46 +0700 Subject: fix state view and add ingoing field --- indoteknik_custom/views/tukar_guling.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 8fffcbb0..9b490cd0 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -38,6 +38,7 @@ + - +
@@ -83,13 +83,19 @@ - + + + - + -- cgit v1.2.3 From 2f5e84a3f735fd80aa7dad4365db372e872127d7 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 16 Jun 2025 07:55:47 +0700 Subject: tukar guling fill bu/in or bu/out --- indoteknik_custom/views/tukar_guling.xml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 9b490cd0..b3fae602 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -83,13 +83,17 @@ - - + attrs="{ + 'invisible': [('return_type', 'not in', ['debit_memo', 'revisi_po', 'tukar_guling'])], + 'required': [('return_type', 'in', ['debit_memo', 'revisi_po'])] + }"/> + + -- cgit v1.2.3 From 0b6109930666039ed8e12569b6a9de7cbb4ea216 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 16 Jun 2025 08:30:48 +0700 Subject: change view --- indoteknik_custom/views/tukar_guling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index b3fae602..1556adcb 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -83,6 +83,7 @@ + - - + -- cgit v1.2.3 From a0e90200638e26ad06d1caaf2d91d0aeea3ba19d Mon Sep 17 00:00:00 2001 From: Miqdad Date: Mon, 16 Jun 2025 14:38:40 +0700 Subject: add tukar guling PO and move from inventory --- indoteknik_custom/views/tukar_guling.xml | 196 +++++++++++++--------------- indoteknik_custom/views/tukar_guling_po.xml | 117 +++++++++++++++++ 2 files changed, 209 insertions(+), 104 deletions(-) create mode 100644 indoteknik_custom/views/tukar_guling_po.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 1556adcb..e008d2a1 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -1,127 +1,115 @@ - - - - Pengajuan Tukar Guling - ir.actions.act_window - tukar.guling - tree,form - - - - + + + Pengajuan Tukar Guling SO + ir.actions.act_window + tukar.guling + tree,form + + + - - - - Pengajuan Tukar Guling - tukar.guling - PTG/ - 5 - 1 - 1 - - - - - - pengajuan.tukar.guling.tree - tukar.guling - - - - - - - - - + + Pengajuan Tukar Guling SO + tukar.guling + PTG/ + 5 + 1 + 1 + + + + + pengajuan.tukar.guling.tree + tukar.guling + + + + + + + + - - - - - - - pengajuan.tukar.guling.form - tukar.guling - -
-
-
- -
-

- -

-
-
- - - - - - - + + +
+

+ +

+
+
+ + + + + - - - - - - - - - - - - - - - + + + + +
+ + + + + + + - - - + + - - - - -
-
-
-
-
+ + + + + + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml new file mode 100644 index 00000000..840b625b --- /dev/null +++ b/indoteknik_custom/views/tukar_guling_po.xml @@ -0,0 +1,117 @@ + + + + + + Pengajuan Tukar Guling PO + ir.actions.act_window + tukar.guling.po + tree,form + + + + + + + Pengajuan Tukar Guling PO + tukar.guling.po + PTGPO/ + 5 + 1 + 1 + + + + + + pengajuan.tukar.guling.po.tree + tukar.guling.po + + + + + + + + + + + + + + + pengajuan.tukar.guling.po.form + tukar.guling.po + +
+
+
+ +
+

+ +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+
+
-- cgit v1.2.3 From abd7da741c6eec02dbefa195b91dbedd70b3323e Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 17 Jun 2025 08:09:57 +0700 Subject: add tukar guling PO and move from inventory --- indoteknik_custom/views/tukar_guling_po.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml index 840b625b..3ad269ee 100644 --- a/indoteknik_custom/views/tukar_guling_po.xml +++ b/indoteknik_custom/views/tukar_guling_po.xml @@ -40,7 +40,7 @@ @@ -60,7 +60,7 @@ attrs="{'invisible': [('state', '!=', 'draft')]}"/> +

@@ -80,6 +89,9 @@ + + + - - - + + + - + Date: Wed, 18 Jun 2025 09:33:37 +0700 Subject: tukar guling so done --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 013fdc24..9f8a6ff6 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -89,7 +89,6 @@ - + -- cgit v1.2.3 From d1ff4bd35deac6c17a17e97f0904f67e113c5add Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 18 Jun 2025 13:32:05 +0700 Subject: revisi, fetch item from bu out in tukar guling line --- indoteknik_custom/views/tukar_guling.xml | 14 +++++++------- indoteknik_custom/views/tukar_guling_po.xml | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 9f8a6ff6..c775c301 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -3,7 +3,7 @@ - Pengajuan Tukar Guling SO + Pengajuan Return SO ir.actions.act_window tukar.guling tree,form @@ -11,14 +11,14 @@ - Pengajuan Tukar Guling SO + Pengajuan Return SO tukar.guling PTG/ 5 @@ -34,7 +34,7 @@ - + - diff --git a/indoteknik_custom/views/tukar_guling_po.xml b/indoteknik_custom/views/tukar_guling_po.xml index 3ad269ee..76d85904 100644 --- a/indoteknik_custom/views/tukar_guling_po.xml +++ b/indoteknik_custom/views/tukar_guling_po.xml @@ -36,7 +36,7 @@ - + - - + -- cgit v1.2.3 From 177a0e86577ed705e07f19e880f8a7cfaced7c2a Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 19 Jun 2025 08:05:11 +0700 Subject: cannot edit line product only delete --- indoteknik_custom/views/tukar_guling.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 4cc3495a..ce4a6737 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -105,9 +105,9 @@ - - - + + + -- cgit v1.2.3 From ff9b0cb54bb2f9c99773cfc7c8c5b612bb5d7444 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 19 Jun 2025 08:45:34 +0700 Subject: rev cannot edit line product only delete --- indoteknik_custom/views/tukar_guling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index ce4a6737..b257000f 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -105,8 +105,8 @@ - - + + Date: Thu, 19 Jun 2025 13:11:04 +0700 Subject: Fix sequence --- indoteknik_custom/views/ir_sequence.xml | 9 +++++++++ indoteknik_custom/views/tukar_guling.xml | 10 ---------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 97bf40bb..bfee0fd4 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -160,5 +160,14 @@ 1 1 + + Pengajuan Return SO + tukar.guling + PTG/ + 5 + 1 + 1 + + \ No newline at end of file diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index b257000f..765c913d 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -16,16 +16,6 @@ sequence="3" action="action_pengajuan_tukar_guling" /> - - - Pengajuan Return SO - tukar.guling - PTG/ - 5 - 1 - 1 - - pengajuan.tukar.guling.tree -- cgit v1.2.3 From bb8d3f325228936acaad5f8cbdac555fc289b854 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 19 Jun 2025 14:49:03 +0700 Subject: push --- indoteknik_custom/views/ir_sequence.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index bfee0fd4..934e9100 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -161,13 +161,20 @@ 1 - Pengajuan Return SO + Pengajuan Retur Tukar Guling SO tukar.guling PTG/ 5 1 1 - + + Pengajuan Retur Revisi SO (PRS) + tukar.guling.prs + PRS- + 5 + 1 + 1 + \ No newline at end of file -- cgit v1.2.3 From f1bd55eed208cc351e7486c556cbdf7b6c94a341 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 20 Jun 2025 08:28:02 +0700 Subject: redirect to pengajuan retur --- .../views/tukar_guling_return_views.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 indoteknik_custom/views/tukar_guling_return_views.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling_return_views.xml b/indoteknik_custom/views/tukar_guling_return_views.xml new file mode 100644 index 00000000..9312005a --- /dev/null +++ b/indoteknik_custom/views/tukar_guling_return_views.xml @@ -0,0 +1,20 @@ + + + + + stock.return.picking.form.inherit.tukar.guling + stock.return.picking + + + + + +
+
+ +
+
+
+
+
+
\ No newline at end of file -- cgit v1.2.3 From bce4d940dc90bf50e045a8fde3fd1c7bb53e8562 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 20 Jun 2025 09:21:19 +0700 Subject: revert --- indoteknik_custom/views/ir_sequence.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 934e9100..bfee0fd4 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -161,20 +161,13 @@ 1 - Pengajuan Retur Tukar Guling SO + Pengajuan Return SO tukar.guling PTG/ 5 1 1 + - - Pengajuan Retur Revisi SO (PRS) - tukar.guling.prs - PRS- - 5 - 1 - 1 - \ No newline at end of file -- cgit v1.2.3 From 41b26b7fca60533fe30240d19b972cbe7022f333 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sat, 21 Jun 2025 09:07:05 +0700 Subject: return oke --- indoteknik_custom/views/tukar_guling.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 765c913d..942f085d 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -73,7 +73,6 @@

-

-- cgit v1.2.3 From 0d95dabc04a3f5334168e989705e9a7568130df4 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 24 Jun 2025 08:41:47 +0700 Subject: spesific tf --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 942f085d..7bc783eb 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -12,7 +12,7 @@ -- cgit v1.2.3 From 3b6b3a2f7a161a08fa3995906f92019cc5ea4d17 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 26 Jun 2025 10:32:15 +0700 Subject: don --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 7bc783eb..9d281986 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -95,7 +95,7 @@ - + Date: Thu, 26 Jun 2025 15:23:24 +0700 Subject: show bu pick where the bu out is not done --- indoteknik_custom/views/tukar_guling.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 9d281986..633f1da4 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -86,6 +86,7 @@ 'required': [('return_type', 'in', ['revisi_so'])] }"/> + -- cgit v1.2.3 From 0e2fe03295f96560500c53ee61104a0a9f563576 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 27 Jun 2025 15:53:11 +0700 Subject: remove ask return in stock picking --- indoteknik_custom/views/stock_picking.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index c088e00c..f4159b1b 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -50,11 +50,11 @@ type="object" attrs="{'invisible': ['|', ('state', 'in', ['done']), ('approval_receipt_status', '=', 'pengajuan1')]}" /> - +

-
- + + + + + + - - - + + + + options="{'no_create': True, 'no_create_edit': True}"/> + options="{'no_create': True, 'no_create_edit': True}"/> @@ -114,4 +113,4 @@ - + \ No newline at end of file -- cgit v1.2.3 From 1118c1c0762ff0ad98bb8d6e64467b32635dadea Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 4 Jul 2025 09:31:57 +0700 Subject: tukar guling sequence --- indoteknik_custom/views/ir_sequence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 17c9dd8c..3cc43c05 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -201,7 +201,7 @@ Pengajuan Return PO tukar.guling.po - CCM-po/ + VCM 5 1 1 -- cgit v1.2.3 From f316cfaaf269cf57488bbfae027df95f83a6ec28 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Sat, 5 Jul 2025 08:40:34 +0700 Subject: fix sequence and return --- indoteknik_custom/views/ir_sequence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 3cc43c05..b02e927a 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -198,7 +198,7 @@ 1 1 - + Pengajuan Return PO tukar.guling.po VCM -- cgit v1.2.3 From 1ed9ce9ab59c12fa378cfab02f8919e08f424853 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 8 Jul 2025 09:31:01 +0700 Subject: rev 77 --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 01721b43..dc5abec7 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -50,7 +50,7 @@ attrs="{'invisible': [('state', 'not in', ['approval_sales', 'approval_logistic', 'approval_finance'])]}"/> -- cgit v1.2.3 From aa217ff1809015908d7aa16683de9b9ca34e1910 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 8 Jul 2025 10:54:37 +0700 Subject: rev 77 po fix sequence --- indoteknik_custom/views/ir_sequence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index b02e927a..8ae532cc 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -201,7 +201,7 @@ Pengajuan Return PO tukar.guling.po - VCM + VCM/ 5 1 1 -- cgit v1.2.3 From 21128e0f165045558c2c8ef6faf199d4379614b1 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 9 Jul 2025 09:54:13 +0700 Subject: rev 77 vals --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 201031c4..41e9a18d 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -50,7 +50,7 @@ attrs="{'invisible': [('state', 'not in', ['approval_sales', 'approval_logistic', 'approval_finance'])]}"/> - -
-

- -

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - + + pengajuan.tukar.guling.form + tukar.guling + +
+
+
+ +
+ +
+
+

+ +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+
+ \ No newline at end of file -- cgit v1.2.3 From 3b1bc7642b6a5d0ac19dd74563c5b353a7f3b8ba Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 16 Jul 2025 10:27:02 +0700 Subject: vals qty mapping koli tukar guling --- indoteknik_custom/views/tukar_guling.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 903a47fd..c36089ad 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -99,8 +99,8 @@
- - + + -- cgit v1.2.3 From efa1650aae2bc2dca99624092adcc21f87dab648 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 16 Jul 2025 17:40:22 +0700 Subject: retur blm sesuai --- indoteknik_custom/views/tukar_guling.xml | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index c36089ad..acc48d3f 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -86,13 +86,13 @@ - - - + + + - - + + @@ -101,10 +101,11 @@ - - - - + + + + + -- cgit v1.2.3 From 2c39fffe188f44b93b73d8f5470fb228225cb631 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Fri, 18 Jul 2025 17:25:29 +0700 Subject: readonly qty done mapping tuk.gul --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index acc48d3f..44b5134e 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -104,7 +104,7 @@ - + -- cgit v1.2.3 From 1de8ad79dd0f0832dd14de9c1d004884f153bec4 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 22 Jul 2025 16:42:10 +0700 Subject: Chatter and sequence --- indoteknik_custom/views/ir_sequence.xml | 6 ++++-- indoteknik_custom/views/tukar_guling.xml | 17 +++++++++++++---- 2 files changed, 17 insertions(+), 6 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 3f0ba0b6..03cfbc1a 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -203,7 +203,8 @@ Pengajuan Return SO tukar.guling - CCM/ + TRUE + CCM/%(year)s/ 5 1 1 @@ -211,7 +212,8 @@ Pengajuan Return PO tukar.guling.po - VCM/ + TRUE + VCM/%(year)s/ 5 1 1 diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 44b5134e..6b3492ae 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -24,14 +24,16 @@ + - + + @@ -47,7 +49,7 @@ attrs="{'invisible': [('state', '!=', 'draft')]}"/> - - refund.sale.order.tree - refund.sale.order - - - - - - - - - - - - - - - - - - - - - - - - refund.sale.order.form - refund.sale.order - -
-
-
- -
- -
- - - -

- -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
- - -
-
-
-
- - - Refund Sales Order - refund.sale.order - tree,form - - - - - -- cgit v1.2.3