From 0c3abd74ac9aa0b3f1b6fe4e2435698922387b0b Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 27 Jun 2023 16:44:25 +0700 Subject: add new field subtotal_vendot to so line --- indoteknik_custom/views/sale_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 85f687c1..ef72c10f 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -63,6 +63,7 @@ + -- cgit v1.2.3 From 595b7a5d6409d218802bcc6437201a8fad13749a Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 28 Jun 2023 15:53:06 +0700 Subject: add customer in delivery order scan --- indoteknik_custom/views/delivery_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/delivery_order.xml b/indoteknik_custom/views/delivery_order.xml index 29ca7365..c1dd8a71 100644 --- a/indoteknik_custom/views/delivery_order.xml +++ b/indoteknik_custom/views/delivery_order.xml @@ -21,6 +21,7 @@ + -- cgit v1.2.3 From b555a10fe638f644fbb001f3557c6ae04b6d00c9 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 28 Jun 2023 16:08:45 +0700 Subject: add readonly in customer delivery order --- indoteknik_custom/views/delivery_order.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/delivery_order.xml b/indoteknik_custom/views/delivery_order.xml index c1dd8a71..0b2fd576 100644 --- a/indoteknik_custom/views/delivery_order.xml +++ b/indoteknik_custom/views/delivery_order.xml @@ -21,7 +21,7 @@ - + -- cgit v1.2.3