|
@ -27,7 +27,8 @@ class ChartOfAccountsReport(models.TransientModel): |
|
|
_name = 'account.print.chart.accounts.report' |
|
|
_name = 'account.print.chart.accounts.report' |
|
|
_description = 'Chart of accounts Report' |
|
|
_description = 'Chart of accounts Report' |
|
|
|
|
|
|
|
|
chart_account_id = fields.Many2one('account.account', |
|
|
|
|
|
|
|
|
chart_account_id = fields.Many2one( |
|
|
|
|
|
'account.account', |
|
|
'Chart of Accounts', |
|
|
'Chart of Accounts', |
|
|
help='Select Charts of Accounts', |
|
|
help='Select Charts of Accounts', |
|
|
required=True, |
|
|
required=True, |
|
|