add shopping_cart_ref to delivery slip also in case of 'I'
parent
eb779282b3
commit
5ebfdf5309
|
|
@ -97,7 +97,7 @@
|
|||
<span>Shopping-Basket:</span>
|
||||
<span t-field="o.origin"/>
|
||||
</p>
|
||||
<p t-if="o._name == 'stock.picking' and is_picking and o.sale_id.order_type == 'D' and o.sale_id.origin != ''">
|
||||
<p t-if="o._name == 'stock.picking' and is_picking and (o.sale_id.order_type == 'D' or o.sale_id.order_type == 'I' ) and o.sale_id.origin != ''">
|
||||
<span>Shopping-Basket:</span>
|
||||
<span t-field="o.sale_id.origin"/>
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue