rework report_templates (logo adjust right)
parent
480af7fab7
commit
c75397850b
|
|
@ -86,7 +86,7 @@
|
|||
<span t-field="o.name"/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-xs-4 header-logo">
|
||||
<div class="col-xs-4 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