Browse Source

group by month

pull/196/head
Leonardo Pistone 8 years ago
parent
commit
07c9067439
  1. 2
      account_financial_report_qweb/wizard/ledger_report_wizard.py

2
account_financial_report_qweb/wizard/ledger_report_wizard.py

@ -141,7 +141,7 @@ class LedgerReportWizard(models.TransientModel):
'view_mode': 'tree',
'res_model': 'ledger.report.wizard.line',
'view_id': False,
'context': {'group_by': ['account_id']},
'context': {'group_by': ['account_id', 'date:month']},
'type': 'ir.actions.act_window'
}

Loading…
Cancel
Save