Skip to content
Snippets Groups Projects
Commit f30eb35e authored by nicolas.russo's avatar nicolas.russo
Browse files

[IMP][T8404] Invoices header adjusts

parent 86fc27f8
No related branches found
No related tags found
1 merge request!57[IMP][T8404] Invoices header adjusts
......@@ -12,7 +12,7 @@
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: 90mm; height: auto;"/>
<img t-else="" t-attf-src="data:image/png;base64,#{o.company_id.logo}" style="width: 45mm; 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