From ed5b7ed656e9b4d790317612459a6b12197d136b Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Mon, 12 Sep 2022 16:05:12 +0700 Subject: delivery_order in sale_order and stock_picking --- indoteknik_custom/views/ir_sequence.xml | 10 ++++++++++ indoteknik_custom/views/sale_order.xml | 9 +++------ indoteknik_custom/views/stock_picking.xml | 11 +++++++++++ 3 files changed, 24 insertions(+), 6 deletions(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 9e057c0d..064aaac3 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -9,4 +9,14 @@ 1 1 + + + Stock Picking Code + stock.picking.code + TRUE + 1%(y)s%(month)s + 5 + 1 + 1 + \ No newline at end of file diff --git a/indoteknik_custom/views/sale_order.xml b/indoteknik_custom/views/sale_order.xml index 82058837..19182a6b 100755 --- a/indoteknik_custom/views/sale_order.xml +++ b/indoteknik_custom/views/sale_order.xml @@ -6,12 +6,6 @@ sale.order - @@ -23,6 +17,9 @@ + + + diff --git a/indoteknik_custom/views/stock_picking.xml b/indoteknik_custom/views/stock_picking.xml index 0a8dba0b..4ac8f2ed 100644 --- a/indoteknik_custom/views/stock_picking.xml +++ b/indoteknik_custom/views/stock_picking.xml @@ -33,6 +33,17 @@ + + + + + + + + + + + -- cgit v1.2.3