add shopping_cart_ref to delivery slip
parent
1f77c60f24
commit
eb779282b3
|
|
@ -116,6 +116,9 @@
|
|||
<th t-if="o.origin">
|
||||
<strong>Order (Origin)</strong>
|
||||
</th>
|
||||
<th t-if="o.shopping_cart_ref">
|
||||
<strong>Shopping-Basket:</strong>
|
||||
</th>
|
||||
<th name="td_sched_date_h">
|
||||
<strong>Date</strong>
|
||||
</th>
|
||||
|
|
@ -135,6 +138,9 @@
|
|||
<td t-if="o.origin">
|
||||
<span t-field="o.origin"/>
|
||||
</td>
|
||||
<td t-if="o.shopping_cart_ref">
|
||||
<span t-field="o.shopping_cart_ref"/>
|
||||
</td>
|
||||
<!--
|
||||
<td name="td_sched_date">
|
||||
<t t-if="o.state == 'done'">
|
||||
|
|
|
|||
Loading…
Reference in New Issue