|
|
@ -11,8 +11,8 @@ class AgedPartnerBalanceXslx(models.AbstractModel): |
|
|
|
_inherit = 'report.account_financial_report.abstract_report_xlsx' |
|
|
|
|
|
|
|
def _get_report_name(self, report): |
|
|
|
return _('Aged Partner Balance - %s - %s') % ( |
|
|
|
report.company_id.name, report.company_id.currency_id.name) |
|
|
|
report_name = _('Aged Partner Balance') |
|
|
|
return self._get_report_complete_name(report, report_name) |
|
|
|
|
|
|
|
def _get_report_columns(self, report): |
|
|
|
if not report.show_move_line_details: |
|
|
|