[12.0][FIX] - Hide ending balance if general ledger is filtered by partner

This commit is contained in:
sbejaoui
2019-09-25 11:42:02 +02:00
committed by chaule97
parent 79366c86cd
commit 091a3f31ad
17 changed files with 166 additions and 103 deletions

View File

@@ -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"'/>
</t>