Browse Source

fix indentation

pull/367/head
Simone Orsi 8 years ago
committed by Jordi Ballester
parent
commit
6ff0fcab92
  1. 4
      account_financial_report_qweb/wizard/ledger_report_wizard.py

4
account_financial_report_qweb/wizard/ledger_report_wizard.py

@ -144,8 +144,8 @@ class LedgerReportWizard(models.TransientModel):
'res_model': 'ledger.report.wizard.line',
'view_id': False,
'context': {
'search_default_group_by_account_id': True,
'search_default_group_by_date': True,
'search_default_group_by_account_id': True,
'search_default_group_by_date': True,
},
'type': 'ir.actions.act_window'
}

Loading…
Cancel
Save