Chart Template¶
Original definition from account¶
- 
model odoo.addons.account.models.chart_template.AccountChartTemplate[source]¶
- 
_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[source]¶
- Multi language support for Chart of Accounts, Taxes, Tax Codes, Journals, Accounting Templates, Analytic Chart of Accounts and Analytic Journals. - 
spoken_languages: str¶
- Name
- Spoken Languages 
 - State here the languages for which the translations of templates could be loaded at the time of installation of this localization module and copied in the final object when generating them from templates. You must provide the language codes separated by ‘;’ 
 
-