group by month

pull/367/head
Leonardo Pistone 2016-04-28 15:57:44 +02:00 committed by Jordi Ballester
parent 9196bf28b8
commit 1727b334c8
1 changed files with 1 additions and 1 deletions

View File

@ -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'
}