report_template: outline 'Warenkorb'
parent
4a9563b824
commit
4ddffca566
|
|
@ -93,6 +93,10 @@
|
||||||
<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">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue