add shopping_cart_ref to delivery slip

develop
Andreas Osim 2024-01-23 14:51:34 +01:00
parent 1f77c60f24
commit eb779282b3
1 changed files with 6 additions and 0 deletions

View File

@ -116,6 +116,9 @@
<th t-if="o.origin"> <th t-if="o.origin">
<strong>Order (Origin)</strong> <strong>Order (Origin)</strong>
</th> </th>
<th t-if="o.shopping_cart_ref">
<strong>Shopping-Basket:</strong>
</th>
<th name="td_sched_date_h"> <th name="td_sched_date_h">
<strong>Date</strong> <strong>Date</strong>
</th> </th>
@ -135,6 +138,9 @@
<td t-if="o.origin"> <td t-if="o.origin">
<span t-field="o.origin"/> <span t-field="o.origin"/>
</td> </td>
<td t-if="o.shopping_cart_ref">
<span t-field="o.shopping_cart_ref"/>
</td>
<!-- <!--
<td name="td_sched_date"> <td name="td_sched_date">
<t t-if="o.state == 'done'"> <t t-if="o.state == 'done'">