From 9e5744f9e219d284eebb2ee006a772ba78ad054d Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 11 Mar 2026 10:24:54 +0700 Subject: forecast line on po and so --- indoteknik_custom/views/purchase_order.xml | 40 ++++++++++++++++++++++++- indoteknik_custom/views/sale_order.xml | 25 ++++++++++++++++ indoteknik_custom/views/sale_order_forecast.xml | 35 ++++++++++++++++++++++ 3 files changed, 99 insertions(+), 1 deletion(-) create mode 100644 indoteknik_custom/views/sale_order_forecast.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index 9651cdd6..56e74d46 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -229,11 +229,37 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -465,6 +491,18 @@ action = records.open_form_multi_cancel() + + + Generate PO Forecast Coverage + + code + model.cron_generate_po_forecast() + 7 + minutes + -1 + True + + Update Receipt Date diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 2d4488ab..ebac26cb 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -446,6 +446,21 @@ + + + + + + + + + + + + + + + @@ -571,6 +586,16 @@ action = records.open_form_multi_update_state() + + Generate Sale Forecast + + code + model.cron_generate_sale_forecast() + 14 + minutes + True + + Mark As Completed diff --git a/indoteknik_custom/views/sale_order_forecast.xml b/indoteknik_custom/views/sale_order_forecast.xml new file mode 100644 index 00000000..8e1d13b4 --- /dev/null +++ b/indoteknik_custom/views/sale_order_forecast.xml @@ -0,0 +1,35 @@ + + + + + + sale.forecast.coverage.tree + sale.forecast.coverage + + + + + + + + + + + + + + + Sale Forecast Coverage + sale.forecast.coverage + tree + + + + + \ No newline at end of file -- cgit v1.2.3 From e6b6691f518a7400babdbd4b95541fb3d07f154d Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 11 Mar 2026 15:16:28 +0700 Subject: push --- indoteknik_custom/views/sale_order.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index ebac26cb..69dafe62 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -437,9 +437,9 @@ - + @@ -449,7 +449,7 @@ - + -- cgit v1.2.3