From bd0148a496ff90eaeb798ed41e5230eb04003814 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Najla=C3=A2=20EL=20KHAYAT?= Date: Fri, 23 Jan 2009 12:43:39 +0100 Subject: [PATCH] change format date printing on production order bzr revid: nel@tinyerp.com-20090123114339-7w62eq7a547tfvm5 --- addons/mrp/report/order.rml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mrp/report/order.rml b/addons/mrp/report/order.rml index fdac9cf9087..0209da707ac 100644 --- a/addons/mrp/report/order.rml +++ b/addons/mrp/report/order.rml @@ -239,7 +239,7 @@ - [[ formatLang( time.strftime('%d/%m/%Y'),date=True) ]] + [[ formatLang(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),date_time = True) ]] [[ formatLang(o.date_planned, date=True) ]]