rework report_templates
parent
c75397850b
commit
00574755a2
|
|
@ -57,7 +57,7 @@
|
|||
<template id="external_layout_header">
|
||||
<div class="header">
|
||||
<div class="row">
|
||||
<div class="col-xs-8 header-label">
|
||||
<div class="col-xs-7 header-label">
|
||||
<p t-if="o._name == 'account.invoice'">
|
||||
<span t-if="o.type == 'out_invoice' and (o.state == 'open' or o.state == 'paid')">
|
||||
RECHNUNG
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
<span t-field="o.name"/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-xs-4 text-right">
|
||||
<div class="col-xs-5 text-right">
|
||||
<t t-if="DlvLogo and o._name == 'stock.picking' and is_picking">
|
||||
<img t-if="o.sale_id.partner_id.retail_partner_id.image" t-att-src="'data:image/png;base64,%s' % o.sale_id.partner_id.retail_partner_id.image.decode()"
|
||||
style="max-height: 85px;"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue