Chart Template¶
Original definition from account
¶
- model odoo.addons.account.models.chart_template.AccountChartTemplate(env, ids, prefetch_ids)[Quellcode]¶
- _name = account.chart.template¶
- visible: bool¶
- Name
Can be Visible?
- Default
True
Set this to False if you don’t want this template to be used actively in the wizard that generate Chart of Accounts from templates, this is useful when you want to generate accounts of this template only when loading its child template.
- country_id: int¶
- Name
Country
- Comodel
res.country
- Possible_values
The country this chart of accounts belongs to. None if it’s generic.
- account_ids: Sequence[odoo.fields.Command]¶
- Name
Associated Account Templates
- Comodel
Additional fields with l10n_multilang
¶
- model odoo.addons.l10n_multilang.models.account.AccountChartTemplate(env, ids, prefetch_ids)[Quellcode]¶
Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals, Accounting Templates, Analytic Chart of Accounts and Analytic Journals.