From f9f4b55c57461fa7cb0a4d3fb6fc9e85f53fe9c2 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 26 Dec 2022 17:39:05 +0700 Subject: window sales target --- indoteknik_custom/views/sales_target.xml | 51 ++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 indoteknik_custom/views/sales_target.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sales_target.xml b/indoteknik_custom/views/sales_target.xml new file mode 100644 index 00000000..39462ad7 --- /dev/null +++ b/indoteknik_custom/views/sales_target.xml @@ -0,0 +1,51 @@ + + + + + Sales Target + sales.target + tree,form + + + + Sales Target + sales.target + + + + + + + + + + + + Sales Target + sales.target + +
+ + + + + + + + + + + + +
+
+
+ +
+
\ No newline at end of file -- cgit v1.2.3 From 0e8be12adad9943dd4a86a31fc0bdf64a74f5db0 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 26 Dec 2022 17:51:33 +0700 Subject: add missing field target in window sales target --- indoteknik_custom/views/sales_target.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sales_target.xml b/indoteknik_custom/views/sales_target.xml index 39462ad7..6ccea260 100644 --- a/indoteknik_custom/views/sales_target.xml +++ b/indoteknik_custom/views/sales_target.xml @@ -16,6 +16,7 @@ + @@ -34,6 +35,7 @@ + -- cgit v1.2.3 From 80cbff436261c85af8b826317037fc5ee07b2d86 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 29 Dec 2022 15:36:37 +0700 Subject: add custom column for support trusco product --- indoteknik_custom/views/product_template.xml | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/product_template.xml b/indoteknik_custom/views/product_template.xml index b9b6ba0b..5fcb8b05 100755 --- a/indoteknik_custom/views/product_template.xml +++ b/indoteknik_custom/views/product_template.xml @@ -46,13 +46,30 @@ - - + + + + + + + - + + Product Product + product.product + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 9d4ec4d054858368d21a1efc9f58f1fbd080baaf Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 2 Jan 2023 11:28:12 +0700 Subject: change logic for po status and add table for product spec trusco --- indoteknik_custom/views/purchase_order.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index fcd38677..c4a06a6c 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -71,7 +71,6 @@ - -- cgit v1.2.3 From 52016c0ba728b92c913b560d0302a07f12ddfb9c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 2 Jan 2023 14:24:45 +0700 Subject: add window purchase outstanding for check incoming qty --- indoteknik_custom/views/purchase_outstanding.xml | 72 ++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 indoteknik_custom/views/purchase_outstanding.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_outstanding.xml b/indoteknik_custom/views/purchase_outstanding.xml new file mode 100644 index 00000000..52003fd6 --- /dev/null +++ b/indoteknik_custom/views/purchase_outstanding.xml @@ -0,0 +1,72 @@ + + + + purchase.outstanding.tree + purchase.outstanding + + + + + + + + + + + + + + + + purchase.outstanding.form + purchase.outstanding + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + purchase.outstanding.list.select + purchase.outstanding + + + + + + + + + + + Purchase Outstanding + ir.actions.act_window + purchase.outstanding + + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From 0d5114af051fed9575bc0d108a0fa14a13875f1b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 2 Jan 2023 15:11:16 +0700 Subject: add so status for filter outstanding sales --- indoteknik_custom/views/sale_order.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index ea0cc569..c3bbf8c3 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -72,5 +72,17 @@
+ + Sale Order + sale.order + + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From ddaef3895870403548d032a892a3365de38c016c Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 2 Jan 2023 15:31:46 +0700 Subject: add sales outstanding for monitoring outgoing qty, and add sales person, purchaser --- indoteknik_custom/views/purchase_outstanding.xml | 2 + indoteknik_custom/views/sales_outstanding.xml | 74 ++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 indoteknik_custom/views/sales_outstanding.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_outstanding.xml b/indoteknik_custom/views/purchase_outstanding.xml index 52003fd6..dc203744 100644 --- a/indoteknik_custom/views/purchase_outstanding.xml +++ b/indoteknik_custom/views/purchase_outstanding.xml @@ -7,6 +7,7 @@ + @@ -27,6 +28,7 @@ + diff --git a/indoteknik_custom/views/sales_outstanding.xml b/indoteknik_custom/views/sales_outstanding.xml new file mode 100644 index 00000000..44c2603d --- /dev/null +++ b/indoteknik_custom/views/sales_outstanding.xml @@ -0,0 +1,74 @@ + + + + sales.outstanding.tree + sales.outstanding + + + + + + + + + + + + + + + + + sales.outstanding.form + sales.outstanding + +
+ + + + + + + + + + + + + + + + + +
+
+
+ + + sales.outstanding.list.select + sales.outstanding + + + + + + + + + + + Sales Outstanding + ir.actions.act_window + sales.outstanding + + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From 083e4ab620edc20534992d6dd8b891796ecb35ce Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 3 Jan 2023 11:31:57 +0700 Subject: add window dynamic customer review --- indoteknik_custom/views/customer_review.xml | 55 +++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 indoteknik_custom/views/customer_review.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/customer_review.xml b/indoteknik_custom/views/customer_review.xml new file mode 100644 index 00000000..7d7e66df --- /dev/null +++ b/indoteknik_custom/views/customer_review.xml @@ -0,0 +1,55 @@ + + + + + Customer Review + customer.review + tree,form + + + + Customer Review + customer.review + + + + + + + + + + + + + + Customer Review + customer.review + +
+ + + + + + + + + + + + + +
+
+
+ + +
+
\ No newline at end of file -- cgit v1.2.3 From 69c476bba84a7cb2b33e8b45bc1ea7d140333b2f Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 3 Jan 2023 17:40:36 +0700 Subject: add cache reset per brand --- indoteknik_custom/views/x_manufactures.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/x_manufactures.xml b/indoteknik_custom/views/x_manufactures.xml index e7e1b85d..d122c6c1 100755 --- a/indoteknik_custom/views/x_manufactures.xml +++ b/indoteknik_custom/views/x_manufactures.xml @@ -22,6 +22,7 @@ +
@@ -40,6 +41,7 @@ + -- cgit v1.2.3 From 2bc877dcbe21138451a65aa00f75f2ca240b0e4a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 4 Jan 2023 11:04:01 +0700 Subject: add window website channel and website content --- indoteknik_custom/views/website_content.xml | 65 ++++++++++++++++++++++ .../views/website_content_channel.xml | 58 +++++++++++++++++++ 2 files changed, 123 insertions(+) create mode 100644 indoteknik_custom/views/website_content.xml create mode 100644 indoteknik_custom/views/website_content_channel.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/website_content.xml b/indoteknik_custom/views/website_content.xml new file mode 100644 index 00000000..e071134d --- /dev/null +++ b/indoteknik_custom/views/website_content.xml @@ -0,0 +1,65 @@ + + + + website.content.tree + website.content + + + + + + + + + + + + + + website.content.form + website.content + +
+ + + + + + + + + + + + +
+
+
+ + + website.content.list.select + website.content + + + + + + + + + + Website Content + ir.actions.act_window + website.content + + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/website_content_channel.xml b/indoteknik_custom/views/website_content_channel.xml new file mode 100644 index 00000000..d1bc23fc --- /dev/null +++ b/indoteknik_custom/views/website_content_channel.xml @@ -0,0 +1,58 @@ + + + + website.content.channel.tree + website.content.channel + + + + + + + + + + website.content.channel.form + website.content.channel + +
+ + + + + + + + + +
+
+
+ + + website.content.channel.list.select + website.content.channel + + + + + + + + + + Website Content Channel + ir.actions.act_window + website.content.channel + + tree,form + + + +
\ No newline at end of file -- cgit v1.2.3 From b722280f1b078e2b5bd2cd83428dcafb29e86c8b Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 4 Jan 2023 11:25:11 +0700 Subject: add date done in receipt inventory --- indoteknik_custom/views/stock_picking.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index ce70fdd8..49e594b1 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -1,6 +1,19 @@ + + Stock Picking + stock.picking + + + + + + + + + + Stock Picking stock.picking -- cgit v1.2.3 From 43b20f27ca04037139b1775e6db2bfcc2fe5b851 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Wed, 4 Jan 2023 14:16:38 +0700 Subject: Customer PO --- indoteknik_custom/views/sale_order.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index c3bbf8c3..9dfd9805 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -57,6 +57,19 @@ + + + + + + + + + + + + + -- cgit v1.2.3