Skip to content

Commit

Permalink
[IMP] Improve space errors
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Nov 12, 2024
1 parent ef15fc7 commit a2e9fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account_invoice_print_image/data/layouts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<template id="external_layout_standard" inherit_id="web.external_layout_standard">
<div name="company_address" position="after">
<div
class="col-6"
name="out_invoice_image"
t-if="company.out_invoice_image and o._name == 'account.move' and o.move_type in ('out_invoice','out_refund')"
style="position: absolute; top: 52px; left: 1190px;"
>
<img
t-if="company.out_invoice_image"
t-att-src="image_data_uri(company.out_invoice_image)"
style="max-height: 120px; margin-left: 2cm;"
style="max-height: 200px;"
/>
</div>
</div>
Expand Down

0 comments on commit a2e9fa8

Please sign in to comment.