From c9857525dcb6ecf872ce2479eb3d2545c98221c1 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 18 Oct 2023 09:46:08 +0700 Subject: add field note in list stock picking --- indoteknik_custom/views/stock_picking.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 9f03235d..3702dcf8 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -15,6 +15,7 @@ + -- cgit v1.2.3 From 8e8782b2f1aa3fa61e2b326d2728736ed9969394 Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Wed, 18 Oct 2023 13:18:45 +0700 Subject: add indent column for purchase order line --- indoteknik_custom/views/purchase_order.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/purchase_order.xml b/indoteknik_custom/views/purchase_order.xml index a0614a56..8688c1fb 100755 --- a/indoteknik_custom/views/purchase_order.xml +++ b/indoteknik_custom/views/purchase_order.xml @@ -65,6 +65,7 @@ + -- cgit v1.2.3 From 91d393eb699188b536c3c44d4460f6fed9596d3b Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 19 Oct 2023 11:34:36 +0700 Subject: Update due date by payment schedule on bill view --- indoteknik_custom/views/account_move.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/account_move.xml b/indoteknik_custom/views/account_move.xml index 2aeffc83..1721abb6 100644 --- a/indoteknik_custom/views/account_move.xml +++ b/indoteknik_custom/views/account_move.xml @@ -73,8 +73,12 @@ account.move - - + + + + + + 1 -- cgit v1.2.3