账户¶
Original definition from account
¶
- model odoo.addons.account.models.account_account.AccountAccount(env: api.Environment, ids: tuple[IdType, ...], prefetch_ids: Reversible[IdType])[源代码]¶
- _name = account.account¶
- currency_id: int¶
- 名称
Account Currency
- Comodel
res.currency
- Possible_values
Forces all journal items in this account to have a specific currency (i.e. bank journals). If no currency is set, entries can use any currency.
- account_type: str¶
- 必填
- 名称
类型
- 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
Account Type is used for information purpose, to generate country-specific legal reports, and set the rules to close a fiscal year and generate opening entries.
- reconcile: bool¶
- 名称
Allow Reconciliation
Check this box if this account allows invoices & payments matching of journal items.
- tax_ids: Sequence[odoo.fields.Command]¶
- 名称
Default Taxes
- Comodel
- tag_ids: Sequence[odoo.fields.Command]¶
- 名称
Tags
- Comodel
Optional tags you may want to assign for custom reporting