fix indentation
parent
6b20557985
commit
7cbca3e6b6
|
@ -144,8 +144,8 @@ class LedgerReportWizard(models.TransientModel):
|
||||||
'res_model': 'ledger.report.wizard.line',
|
'res_model': 'ledger.report.wizard.line',
|
||||||
'view_id': False,
|
'view_id': False,
|
||||||
'context': {
|
'context': {
|
||||||
'search_default_group_by_account_id': True,
|
'search_default_group_by_account_id': True,
|
||||||
'search_default_group_by_date': True,
|
'search_default_group_by_date': True,
|
||||||
},
|
},
|
||||||
'type': 'ir.actions.act_window'
|
'type': 'ir.actions.act_window'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue