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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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 +++++++++++++++---------------- 1 file changed, 92 insertions(+), 104 deletions(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') 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 -- cgit v1.2.3 From 34d276fe64a92c4a1c75f6fbf8fa961e84c8afc4 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Tue, 17 Jun 2025 22:52:39 +0700 Subject: push --- indoteknik_custom/views/tukar_guling.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'indoteknik_custom/views/tukar_guling.xml') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index e008d2a1..a3b7ce23 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -70,6 +70,15 @@ statusbar_visible="draft,approval_sales,approval_logistic,approval_finance,done"/> +
+ +

@@ -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/tukar_guling.xml') 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 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') 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 @@ - + - -- cgit v1.2.3 From 594b0a4ac57480ac750b22a8361afb1045e7ad44 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Wed, 18 Jun 2025 16:13:57 +0700 Subject: cannot edit line product only delete --- indoteknik_custom/views/tukar_guling.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index c775c301..4cc3495a 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -107,7 +107,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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') 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 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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 de50bcf16b21abf7b8e45fb59b366c594bc00038 Mon Sep 17 00:00:00 2001 From: Miqdad Date: Thu, 3 Jul 2025 19:55:49 +0700 Subject: start tukar guling po --- indoteknik_custom/views/tukar_guling.xml | 49 ++++++++++++++++---------------- 1 file changed, 24 insertions(+), 25 deletions(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') diff --git a/indoteknik_custom/views/tukar_guling.xml b/indoteknik_custom/views/tukar_guling.xml index 633f1da4..01721b43 100644 --- a/indoteknik_custom/views/tukar_guling.xml +++ b/indoteknik_custom/views/tukar_guling.xml @@ -10,12 +10,12 @@ + id="menu_pengajuan_tukar_guling" + name="Pengajuan Return SO" + parent="sale.menu_sale_report" + sequence="3" + action="action_pengajuan_tukar_guling" + /> pengajuan.tukar.guling.tree @@ -28,10 +28,10 @@ + decoration-info="state in ('draft', 'approval_sales', 'approval_logistic','approval_finance')" + decoration-success="state == 'done'" + decoration-muted="state == 'cancel'" + /> @@ -43,19 +43,19 @@
@@ -78,15 +78,14 @@ - - + + - + @@ -100,11 +99,11 @@ + options="{'no_create': True, 'no_create_edit': True}"/> + options="{'no_create': True, 'no_create_edit': True}"/> -- 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/tukar_guling.xml') 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 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml') 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/tukar_guling.xml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'indoteknik_custom/views/tukar_guling.xml') 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')]}"/>