Lieferschein: print date only instead od datetime

develop
Andreas Osim 2018-10-09 18:47:29 +02:00
parent 8fb1914124
commit 17c44284c7
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
</td>
-->
<td name="td_sched_date">
<span t-field="o.scheduled_date"/>
<span t-field="o.scheduled_date" t-field-options='{"widget": "date"}'/>
</td>
<td t-if="o.picking_type_id.code == 'outgoing' and o.carrier_id">
<span t-field="o.carrier_id"/>