Chart Template
Original definition from account
- model odoo.addons.account.models.chart_template.AccountChartTemplate(env, ids, prefetch_ids)[source]
- _name = account.chart.template
- name: str
- Required
- Name
Name
- parent_id: int
- Name
Parent Chart Template
- Comodel
- code_digits: int
- Required
- Name
# of Digits
- Default
6
No. of Digits to use for account code
- 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.
- currency_id: int
- Required
- Name
Currency
- Comodel
res.currency
- Possible_values
- country_id: int
- Name
Country
- Comodel
res.country
- Possible_values
The country this chart of accounts belongs to. None if it’s generic.
- use_anglo_saxon: bool
- Name
Use Anglo-Saxon accounting
- Default
False
- bank_account_code_prefix: str
- Required
- Name
Prefix of the bank accounts
- cash_account_code_prefix: str
- Required
- Name
Prefix of the main cash accounts
- transfer_account_code_prefix: str
- Required
- Name
Prefix of the main transfer accounts
- account_ids: Sequence[odoo.fields.Command]
- Name
Associated Account Templates
- Comodel
- income_currency_exchange_account_id: int
- Name
Gain Exchange Rate Account
- Comodel
- expense_currency_exchange_account_id: int
- Name
Loss Exchange Rate Account
- Comodel
- account_journal_suspense_account_id: int
- Name
Journal Suspense Account
- Comodel
- account_journal_payment_debit_account_id: int
- Name
Journal Outstanding Receipts Account
- Comodel
- account_journal_payment_credit_account_id: int
- Name
Journal Outstanding Payments Account
- Comodel
- default_cash_difference_income_account_id: int
- Name
Cash Difference Income Account
- Comodel
- default_cash_difference_expense_account_id: int
- Name
Cash Difference Expense Account
- Comodel
- default_pos_receivable_account_id: int
- Name
PoS receivable account
- Comodel
- property_account_receivable_id: int
- Name
Receivable Account
- Comodel
- property_account_payable_id: int
- Name
Payable Account
- Comodel
- property_account_expense_categ_id: int
- Name
Category of Expense Account
- Comodel
- property_account_income_categ_id: int
- Name
Category of Income Account
- Comodel
- property_account_expense_id: int
- Name
Expense Account on Product Template
- Comodel
- property_account_income_id: int
- Name
Income Account on Product Template
- Comodel
- property_stock_account_input_categ_id: int
- Name
Input Account for Stock Valuation
- Comodel
- property_stock_account_output_categ_id: int
- Name
Output Account for Stock Valuation
- Comodel
- property_stock_valuation_account_id: int
- Name
Account Template for Stock Valuation
- Comodel
- property_tax_payable_account_id: int
- Name
Tax current account (payable)
- Comodel
- property_tax_receivable_account_id: int
- Name
Tax current account (receivable)
- Comodel
- property_advance_tax_payment_account_id: int
- Name
Advance tax payment account
- Comodel
- property_cash_basis_base_account_id: int
- Name
Base Tax Received Account
- Comodel
Account that will be set on lines created in cash basis journal entry and used to keep track of the tax base amount.