[IMP] partner_statement: add colspan to avoid empty cells

This commit is contained in:
Miquel Raïch
2025-07-18 12:40:39 +02:00
parent ea2e4f2990
commit 93acd4bdc0
2 changed files with 4 additions and 13 deletions

View File

@@ -25,10 +25,8 @@
<td>
<span t-out="d['prior_day']" />
</td>
<td t-if="is_detailed">Initial Balance</td>
<td t-else="">Balance Forward</td>
<td />
<td />
<td t-if="is_detailed" colspan="3">Initial Balance</td>
<td t-else="" colspan="3">Balance Forward</td>
<td class="amount">
<span
t-out="currency['balance_forward']"
@@ -99,9 +97,7 @@
<td>
<span t-out="d['end']" />
</td>
<td>Ending Balance</td>
<td />
<td />
<td colspan="3">Ending Balance</td>
<td class="amount">
<span
t-out="currency['amount_due']"

View File

@@ -82,12 +82,7 @@
<td>
<span t-out="ending_date" />
</td>
<td>
Ending Balance
</td>
<td />
<td />
<td />
<td colspan="4">Ending Balance</td>
<td class="amount">
<span
t-out="ending_amount"