From 0dc4f97824e505912e0b8c63fad82722b8c2f238 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 21 Sep 2022 13:56:26 +0700 Subject: tracking number mandatory in delivery order --- indoteknik_custom/views/delivery_order.xml | 1 + indoteknik_custom/views/ir_sequence.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/delivery_order.xml b/indoteknik_custom/views/delivery_order.xml index da6a571c..29ca7365 100644 --- a/indoteknik_custom/views/delivery_order.xml +++ b/indoteknik_custom/views/delivery_order.xml @@ -19,6 +19,7 @@ + diff --git a/indoteknik_custom/views/ir_sequence.xml b/indoteknik_custom/views/ir_sequence.xml index 754457da..df4a5a22 100644 --- a/indoteknik_custom/views/ir_sequence.xml +++ b/indoteknik_custom/views/ir_sequence.xml @@ -15,7 +15,7 @@ Stock Picking Code stock.picking.code TRUE - 1%(y)s%(month)s + 1%(y)s%(month)s%(day)s 5 1 1 -- cgit v1.2.3