change format date printing on production order

bzr revid: nel@tinyerp.com-20090123114339-7w62eq7a547tfvm5
This commit is contained in:
Najlaâ EL KHAYAT 2009-01-23 12:43:39 +01:00
parent 180604ba89
commit bd0148a496
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@
<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>