fix indentation

pull/196/head
Simone Orsi 2016-04-28 16:51:14 +02:00 committed by Leonardo Pistone
parent 6b20557985
commit 7cbca3e6b6
1 changed files with 2 additions and 2 deletions

View File

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