change format date printing on production order
authorNajlaâ EL KHAYAT <nel@tinyerp.com>
Fri, 23 Jan 2009 11:43:39 +0000 (12:43 +0100)
committerNajlaâ EL KHAYAT <nel@tinyerp.com>
Fri, 23 Jan 2009 11:43:39 +0000 (12:43 +0100)
bzr revid: nel@tinyerp.com-20090123114339-7w62eq7a547tfvm5

addons/mrp/report/order.rml

index fdac9cf..0209da7 100644 (file)
       <blockTable colWidths="128.0,137.0,132.0,131.0" style="Table2">
         <tr>
           <td>
-            <para style="P9">[[ formatLang( time.strftime('%d/%m/%Y'),date=True) ]]</para>
+            <para style="P9">[[ formatLang(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),date_time = True) ]]</para>
           </td>
           <td>
             <para style="P12">[[ formatLang(o.date_planned, date=True) ]]</para>