"Warenkorb" for deliveryslip (if not empty)

develop
Andreas Osim 2020-04-01 09:46:38 +02:00
parent d5381f8382
commit 1dbd02e2bf
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
<span>Warenkorb: </span>
<span t-field="o.origin"/>
</p>
<p t-if="o._name == 'stock.picking' and is_picking">
<p t-if="o._name == 'stock.picking' and is_picking and o.sale_id.order_type == 'D' and osale_id.origin != ''">
<span>Warenkorb: </span>
<span t-field="o.sale_id.origin"/>
</p>