Signed-off-by pedrobaeza
@ -154,7 +154,8 @@ class GeneralLedgerXslx(models.AbstractModel):
self.row_pos += 1
# Display ending balance line for account
self.write_ending_balance(account)
if not report.filter_partner_ids:
# 2 lines break
self.row_pos += 2
@ -67,7 +67,7 @@
</t>
<!-- Display account footer -->
<t t-call="account_financial_report.report_general_ledger_ending_cumul">
<t t-if="not o.filter_partner_ids" t-call="account_financial_report.report_general_ledger_ending_cumul">
<t t-set="account_or_partner_object" t-value="account"/>
<t t-set="type" t-value='"account_type"'/>