From bfaee558997160c891a394a9862ad338a494337f Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 29 Sep 2023 16:54:54 +0700 Subject: delete weekly solr & Helper by di Quotation / SO --- indoteknik_custom/views/apache_solr_queue.xml | 15 +++++++++++++++ indoteknik_custom/views/sale_order.xml | 3 +++ 2 files changed, 18 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml index 3861fd20..9685ef06 100644 --- a/indoteknik_custom/views/apache_solr_queue.xml +++ b/indoteknik_custom/views/apache_solr_queue.xml @@ -57,6 +57,21 @@ records.execute_queue() + + + Solr Queue: Delete Weekly + 14 + minutes + -1 + + + model.delete_weekly_solr() + code + 65 + True + + + Solr Queue: Process diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index bc098f18..0d972ec1 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -41,6 +41,9 @@ 1 + + + -- cgit v1.2.3 From 9fe4b646f1b1cda3d704a66dfbca3e935e38d96b Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Mon, 2 Oct 2023 16:45:07 +0700 Subject: Group by brand, sync to solr when validate stock picking, add new name function solr queue --- indoteknik_custom/views/apache_solr_queue.xml | 1 + indoteknik_custom/views/product_template.xml | 1 - indoteknik_custom/views/stock_move_line.xml | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 indoteknik_custom/views/stock_move_line.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/apache_solr_queue.xml b/indoteknik_custom/views/apache_solr_queue.xml index 9685ef06..13869b4c 100644 --- a/indoteknik_custom/views/apache_solr_queue.xml +++ b/indoteknik_custom/views/apache_solr_queue.xml @@ -28,6 +28,7 @@ + diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index e09fee77..a3a23101 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -15,7 +15,6 @@ - diff --git a/indoteknik_custom/views/stock_move_line.xml b/indoteknik_custom/views/stock_move_line.xml new file mode 100644 index 00000000..757d2522 --- /dev/null +++ b/indoteknik_custom/views/stock_move_line.xml @@ -0,0 +1,24 @@ + + + + Stock Move Line + stock.move.line + + + + + + + + + + Stock Move Line + stock.move.line + + + + + + + + -- cgit v1.2.3 From 091038b12f8e1cf9b0668110405c385e90a97ad7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 3 Oct 2023 12:44:54 +0700 Subject: nomor faktur pajak di invoice --- indoteknik_custom/views/account_move.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 11558bf4..c45dab25 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -13,6 +13,12 @@ + + + + + pdf_viewer + -- cgit v1.2.3