Browse Source

Merge pull request #527 from Eficent/10-afr-fix-hide_account_at_0

[10.0][account_financial_report_qweb] Fix to Trial Balance with parameter 'Hide account at 0'
pull/534/head
Pedro M. Baeza 5 years ago
committed by GitHub
parent
commit
66237c6a6f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      account_financial_report_qweb/report/trial_balance.py

1
account_financial_report_qweb/report/trial_balance.py

@ -215,7 +215,6 @@ class TrialBalanceReportCompute(models.TransientModel):
'date_from': self.date_from,
'date_to': self.date_to,
'only_posted_moves': self.only_posted_moves,
'hide_account_at_0': self.hide_account_at_0,
'foreign_currency': self.foreign_currency,
'company_id': self.company_id.id,
'filter_account_ids': [(6, 0, account_ids.ids)],

Loading…
Cancel
Save