[IMP] partner_statement: pre-commit auto fixes

This commit is contained in:
Miquel Raïch
2025-07-22 13:25:23 +02:00
parent e01a0986de
commit 7899fff564
5 changed files with 44 additions and 43 deletions

View File

@@ -43,7 +43,8 @@
<span
t-if="line['reconciled_line']"
style="padding-left: 11px;"
/><span t-out="line['move_id']" />
/>
<span t-out="line['move_id']" />
</td>
<td>
<span t-out="line['date']" />
@@ -117,8 +118,8 @@
t-options='{"widget": "contact", "fields": ["address", "name"], "no_marker": True}'
/>
<div t-if="o.vat" class="mt16"><t
t-out="company.country_id.vat_label or 'Tax ID'"
/>: <span t-field="o.vat" /></div>
t-out="company.country_id.vat_label or 'Tax ID'"
/>: <span t-field="o.vat" /></div>
</t>
<div class="page">
<h2>Statement of Account</h2>