Account
Original definition from account
- model odoo.addons.account.models.chart_template.AccountAccountTemplate(env, ids, prefetch_ids)[source]
- _name = account.account.template
- name: str
- Required
- Name
Name
- currency_id: int
- Name
Account Currency
- Comodel
res.currency
- Possible_values
Forces all moves for this account to have this secondary currency.
- code: str
- Required
- Name
Code
- account_type: str
- Name
Type
- Selection
asset_receivable
: Receivableasset_cash
: Bank and Cashasset_current
: Current Assetsasset_non_current
: Non-current Assetsasset_prepayments
: Prepaymentsasset_fixed
: Fixed Assetsliability_payable
: Payableliability_credit_card
: Credit Cardliability_current
: Current Liabilitiesliability_non_current
: Non-current Liabilitiesequity
: Equityequity_unaffected
: Current Year Earningsincome
: Incomeincome_other
: Other Incomeexpense
: Expensesexpense_depreciation
: Depreciationexpense_direct_cost
: Cost of Revenueoff_balance
: Off-Balance Sheet
These types are defined according to your country. The type contains more information about the account and its specificities.
- reconcile: bool
- Name
Allow Invoices & payments Matching
- Default
False
Check this option if you want the user to reconcile entries in this account.
- note: str
- Name
Note
- tax_ids: Sequence[odoo.fields.Command]
- Name
Default Taxes
- Comodel
- nocreate: bool
- Name
Optional Create
- Default
False
If checked, the new chart of accounts will not contain this by default.
- chart_template_id: int
- Name
Chart Template
- Comodel
This optional field allow you to link an account template to a specific chart template that may differ from the one its root parent belongs to. This allow you to define chart templates that extend another and complete it with few new accounts (You don’t need to define the whole structure that is common to both several times).
- tag_ids: Sequence[odoo.fields.Command]
- Name
Account tag
- Comodel
Optional tags you may want to assign for custom reporting