report_template: outline 'Warenkorb'

develop
Andreas Osim 2020-03-30 10:07:35 +02:00
parent 4a9563b824
commit 4ddffca566
1 changed files with 5 additions and 1 deletions

View File

@ -90,9 +90,13 @@
<span t-field="o.quote_name"/> <span t-field="o.quote_name"/>
</p> </p>
<p t-if="o._name == 'stock.picking' and is_picking"> <p t-if="o._name == 'stock.picking' and is_picking">
<span>Lieferschein</span> <span>Lieferschein</span>
<span t-field="o.name"/> <span t-field="o.name"/>
</p> </p>
<p t-if="o._name == 'sale.order' and o.order_type == 'D' and o.origin != ''">
<span>Warenkorb: </span>
<span t-field="o.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">