From 60fffef5ee0c91ba58a056823fc2feff6241a303 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 22 Sep 2022 13:46:48 +0700 Subject: add calculate margin including delivery fee in purchase order --- indoteknik_custom/views/purchase_order.xml | 8 ++++++++ 1 file changed, 8 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 f209d18a..7df2ca9f 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -17,6 +17,14 @@ + + + + + + + + -- cgit v1.2.3 From 54ce5a6396f5d5365d8afba0823167dfb5561cc5 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 22 Sep 2022 17:20:57 +0700 Subject: add approval validation in po confirmation --- indoteknik_custom/views/purchase_order.xml | 6 ++++++ 1 file changed, 6 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 7df2ca9f..21ce3c58 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -14,6 +14,12 @@ attrs="{'invisible': ['|', ('sale_order_id', '=', False), ('state', 'not in', ['draft'])]}" /> + -- cgit v1.2.3 From f9d6b340a6e75799edc3a6a2a9e5bd6086fc8a3f Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 23 Sep 2022 09:14:46 +0700 Subject: add volumn approval status and procurement status in rfq and purchase order --- indoteknik_custom/views/purchase_order.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 21ce3c58..a1e6f08c 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -34,4 +34,28 @@ + + + Purchase + purchase.order + + + + + + + + + + + Purchase + purchase.order + + + + + + + + \ No newline at end of file -- cgit v1.2.3 From 62dfd611cac52a2099deabf26149b1779926ee7a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Fri, 23 Sep 2022 09:31:52 +0700 Subject: override method cancel purchase order and add field approval status in form 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 a1e6f08c..ccedd857 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -22,6 +22,7 @@ + -- cgit v1.2.3 From 7ae5b8b7baafb9ed302c3c3e54f3f44664651c06 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 26 Sep 2022 18:25:41 +0700 Subject: Update purchase_order.py, purchase_order_line.py, and 2 more files... --- indoteknik_custom/views/purchase_order.xml | 8 -------- 1 file changed, 8 deletions(-) (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 ccedd857..37b9c0cb 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -24,14 +24,6 @@ - - - - - - - - -- cgit v1.2.3 From 597d6458234a14bd20e7fba8a0ceb07168423d2a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 28 Sep 2022 16:25:01 +0700 Subject: Update purchase_order.py, purchase_order_line.py, and 3 more files... --- indoteknik_custom/views/purchase_order.xml | 12 ++++++++++++ 1 file changed, 12 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 37b9c0cb..e1f6560c 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -24,6 +24,18 @@ + + + + + + + + + + + + -- cgit v1.2.3 From 1e40f3b647d6825779503858bb2ed2d0f8a4b184 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Thu, 29 Sep 2022 19:06:49 +0700 Subject: Update purchase_order.py, purchase_order_line.py, and 2 more files... --- 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 e1f6560c..d0bd515f 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -29,6 +29,7 @@ + -- cgit v1.2.3 From 70c227cff8a3891b4b15b0e8b97ae81beac6a41a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Mon, 3 Oct 2022 09:25:46 +0700 Subject: Update purchase_order.xml --- indoteknik_custom/views/purchase_order.xml | 7 ------- 1 file changed, 7 deletions(-) (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 d0bd515f..a8b71d5a 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -24,13 +24,6 @@ - - - - - - - -- cgit v1.2.3