add shopping_cart_ref to delivery slip also in case of 'I'

develop
Andreas Osim 2024-01-24 10:58:58 +01:00
parent eb779282b3
commit 5ebfdf5309
1 changed files with 1 additions and 1 deletions

View File

@ -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>