Skip to content
Snippets Groups Projects
Commit a59f3637 authored by Nicolas Russo's avatar Nicolas Russo
Browse files

Merge branch 'T8310' into 'master'

[IMP][T8404] Invoices header adjusts

See merge request !54
parents 1e525ce0 2c8ed5a8
No related branches found
No related tags found
1 merge request!54[IMP][T8404] Invoices header adjusts
......@@ -8,11 +8,11 @@
<xpath expr="//table[@class='company-table']//td[@class='right']" position="replace">
<td class="right">
<img style="width: 120mm; height: auto;"
<img style="width: 90mm; height: auto;"
t-if="o.journal_id.image"
t-attf-src="data:image/png;base64,#{o.journal_id.image}"
/>
<img t-else="" t-attf-src="data:image/png;base64,#{o.company_id.logo}" style="width: 120mm; height: auto;"/>
<img t-else="" t-attf-src="data:image/png;base64,#{o.company_id.logo}" style="width: 90mm; height: auto;"/>
<p>
<span t-esc="o.journal_id.warehouse_id.company_id.name" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment