"Warenkorb" for deliveryslip (if not empty)

develop
Andreas Osim 2020-04-01 09:48:15 +02:00
parent 1dbd02e2bf
commit 152cc52cda
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 and o.sale_id.order_type == 'D' and osale_id.origin != ''">
<p t-if="o._name == 'stock.picking' and is_picking and o.sale_id.order_type == 'D' and o.sale_id.origin != ''">
<span>Warenkorb: </span>
<span t-field="o.sale_id.origin"/>
</p>