From a00faa739bdbd8d7750728bdfdc3926b9bf446e2 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 13 Oct 2023 15:38:18 +0700 Subject: sale monitoring upgrade --- indoteknik_custom/views/purchase_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index e0ec86f9..adcaaf43 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -37,7 +37,7 @@ - + -- cgit v1.2.3 From db4547a746308fe1498e36208c1821168183a7e2 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 17 Oct 2023 09:48:32 +0700 Subject: add column note and description in purchase order --- indoteknik_custom/views/purchase_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index adcaaf43..a0614a56 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -75,6 +75,7 @@ + -- cgit v1.2.3 From 8e8782b2f1aa3fa61e2b326d2728736ed9969394 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 18 Oct 2023 13:18:45 +0700 Subject: add indent column for purchase order line --- indoteknik_custom/views/purchase_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a0614a56..8688c1fb 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -65,6 +65,7 @@ + -- cgit v1.2.3 From 956a77b7ad29af3620ee37e66c3b13de6a562deb Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 20 Oct 2023 10:15:32 +0700 Subject: add scheduled actions for run scheduler --- indoteknik_custom/views/purchase_order.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a0614a56..1ff14e60 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -150,4 +150,18 @@ + + + Run Scheduler Reserve Stock + 1 + hours + -1 + + + model.procure_calculation() + code + 75 + True + + \ No newline at end of file -- cgit v1.2.3 From 4570401835223c2b613c2739fe9684fbe6c15b94 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 20 Oct 2023 10:25:23 +0700 Subject: add sale_order_id to search box purchase order --- indoteknik_custom/views/purchase_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 7bf14899..d564f260 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -140,7 +140,7 @@ - + purchase.order.select.inherit purchase.order -- cgit v1.2.3 From 0037ab8019daad5c1cfccd0007284c54b5c22253 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 26 Oct 2023 11:56:16 +0700 Subject: add indent tab in purchase order --- indoteknik_custom/views/purchase_order.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index d564f260..8f7ea6df 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -79,6 +79,7 @@ + @@ -96,6 +97,12 @@ {'readonly': [], 'required': True} + + + + + + @@ -165,4 +172,16 @@ True + + + purchase.order.line.indent.tree + purchase.order.line + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From db561aabfa404edfff9462c812d15a200223b978 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 8 Nov 2023 11:19:54 +0700 Subject: add responsible in po base on manufacture responsible --- indoteknik_custom/views/purchase_order.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views/purchase_order.xml') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 8f7ea6df..bc84bcd1 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -79,7 +79,7 @@ - + @@ -115,6 +115,7 @@ + @@ -130,6 +131,7 @@ + -- cgit v1.2.3