[IMP] Picking type instead of warehouse in PoS

bzr revid: jco@openerp.com-20140502145852-th5tc9tsdwm9l9z8
This commit is contained in:
Josse Colpaert 2014-05-02 16:58:52 +02:00
parent c60c1d1a72
commit 830a4af3e5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div t-field="o.partner_id"
t-field-options='{"widget": "contact", "fields": ["address", "name", "phone", "fax"], "no_marker": true}'/>
User: <span t-field="o.user_id"/><br/>
Warehouse: <span t-field="o.warehouse_id"/><br/>
<span t-if="o.picking_type_id">Warehouse: <span t-field="o.picking_type_id"/><br/></span>
Date: <span t-field="o.date_order"/><br/>
</div>
</div>