"Warenkorb" for deliveryslip

develop
Andreas Osim 2020-04-01 09:44:00 +02:00
parent 4ddffca566
commit d5381f8382
1 changed files with 4 additions and 0 deletions

View File

@ -97,6 +97,10 @@
<span>Warenkorb: </span> <span>Warenkorb: </span>
<span t-field="o.origin"/> <span t-field="o.origin"/>
</p> </p>
<p t-if="o._name == 'stock.picking' and is_picking">
<span>Warenkorb: </span>
<span t-field="o.sale_id.origin"/>
</p>
</div> </div>
<div class="col-xs-5 text-right"> <div class="col-xs-5 text-right">
<t t-if="DlvLogo and o._name == 'stock.picking' and is_picking"> <t t-if="DlvLogo and o._name == 'stock.picking' and is_picking">