diff --git a/account_chart_report/wizard/account_report_chart_of_account.py b/account_chart_report/wizard/account_report_chart_of_account.py index 4907b738..872ac507 100644 --- a/account_chart_report/wizard/account_report_chart_of_account.py +++ b/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):