Browse Source

Pep8

pull/54/head
Guillaume Auger 9 years ago
parent
commit
4a430d1dd3
  1. 10
      account_chart_report/wizard/account_report_chart_of_account.py

10
account_chart_report/wizard/account_report_chart_of_account.py

@ -28,11 +28,11 @@ class ChartOfAccountsReport(models.TransientModel):
_description = 'Chart of accounts Report'
chart_account_id = fields.Many2one(
'account.account',
'Chart of Accounts',
help='Select Charts of Accounts',
required=True,
domain=([('parent_id', '=', False)]))
'account.account',
'Chart of Accounts',
help='Select Charts of Accounts',
required=True,
domain=([('parent_id', '=', False)]))
@api.multi
def print_report(self, data):

Loading…
Cancel
Save