Chart Template¶
Original definition from account¶
- model odoo.addons.account.models.chart_template.AccountChartTemplate(env, ids, prefetch_ids)[fuente]¶
- _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