Odoo Model Reference _unknown account
accrued
aged
analytic
auto
automatic
autopost
balance
bank
batch
cash
change
chart
code
customer
deferred
disallowed
duplicate
ec
edi
financial
fiscal
followup
full
general
generic
group import
incoterms invoice
invoice_extract
lock_exception merge
missing
multicurrency
online
partial
partner
reconcile
resequence
root secure
setup
transfer
trial
account_followup
account_reports
analytic
appointment
asset
auth_totp
avatar
bacs
bank
base_import
bus
calendar
change
data_cleaning
data_merge
data_recycle
decimal
digest
discuss
documents
extract
fetchmail
format
gamification
google
hmrc
hr
html
iap
image
ir
ir_actions_account_report_download knowledge
kpi
l10n_eu_oss
l10n_uk
mail
onboarding
payment
phone
planning
portal
privacy
product
project
publisher_warranty
rating
report
res
reset
resource
save
sequence
sign
sms
snailmail
spreadsheet
studio
survey
template
uom
update
validate
web_editor
web_tour
wizard
x_locations x_locations_line_072aa account.move.line ::
Journal Item Main super-class for regular database-persisted Odoo models.
Odoo models are created by inheriting from this class::
class user(Model):
...
The system will later instantiate the class once per database (on
which the class' module is installed).
Fields account_code [readonly ; char(64)]:
Code account_id [many2one: account.account ]:
Account account_internal_group [readonly ; selection]:
Internal Group Values
Raw introspection data
account_name [readonly ; char]:
Account Name account_root_id [readonly ; many2one: account.root ]:
Account Root account_type [readonly ; selection]:
Internal Type Values
Raw introspection data
amount_currency [monetary]:
Amount in Currency amount_residual [readonly ; monetary]:
Residual Amount amount_residual_currency [readonly ; monetary]:
Residual Amount in Currency analytic_distribution [json]:
Analytic Distribution analytic_line_ids [one2many: account.analytic.line ]:
Analytic lines analytic_precision [integer]:
Analytic Precision asset_ids [many2many: account.asset ]:
Related Assets balance [monetary]:
Balance commercial_partner_country [readonly ; many2one: res.country ]:
Commercial Partner Country company_currency_id [readonly ; many2one: res.currency ]:
Company Currency company_id [readonly ; many2one: res.company ]:
Company create_date [readonly ; datetime]:
Created on create_uid [readonly ; many2one: res.users ]:
Created by credit [monetary]:
Credit cumulated_balance [readonly ; monetary]:
Cumulated Balance currency_id [required ; many2one: res.currency ]:
Currency currency_rate [readonly ; float]:
Currency Rate date [readonly ; date]:
Date date_maturity [date]:
Due Date debit [monetary]:
Debit deferred_end_date [date]:
End Date deferred_start_date [date]:
Start Date discount [float]:
Discount (%) discount_allocation_dirty [readonly ; boolean]:
Discount Allocation Dirty discount_allocation_key [readonly ; binary]:
Discount Allocation Key discount_allocation_needed [readonly ; binary]:
Discount Allocation Needed discount_amount_currency [monetary]:
Discount amount in Currency discount_balance [monetary]:
Discount Balance discount_date [readonly ; date]:
Discount Date display_name [readonly ; char]:
Display Name display_type [required ; selection]:
Display Type Values
Raw introspection data
distribution_analytic_account_ids [readonly ; many2many: account.analytic.account ]:
Distribution Analytic Account epd_dirty [readonly ; boolean]:
Epd Dirty epd_key [readonly ; binary]:
Epd Key epd_needed [readonly ; binary]:
Epd Needed exclude_bank_lines [readonly ; boolean]:
Exclude Bank Lines full_reconcile_id [readonly ; many2one: account.full.reconcile ]:
Matching group_tax_id [many2one: account.tax ]:
Originator Group of Taxes has_abnormal_deferred_dates [readonly ; boolean]:
Has Abnormal Deferred Dates has_deferred_moves [readonly ; boolean]:
Has Deferred Moves id [readonly ; integer]:
ID invoice_date [readonly ; date]:
Invoice/Bill Date invoice_origin [readonly ; char]:
Origin is_account_reconcile [readonly ; boolean]:
Account Reconcile is_imported [boolean]:
Is Imported is_refund [readonly ; boolean]:
Is Refund is_same_currency [readonly ; boolean]:
Is Same Currency is_storno [readonly ; boolean]:
Company Storno Accounting journal_id [readonly ; many2one: account.journal ]:
Journal matched_credit_ids [readonly ; one2many: account.partial.reconcile ]:
Matched Credits matched_debit_ids [readonly ; one2many: account.partial.reconcile ]:
Matched Debits matching_number [char]:
Matching # move_attachment_ids [readonly ; one2many: ir.attachment ]:
Move Attachment move_id [readonly ; required ; many2one: account.move ]:
Journal Entry move_name [readonly ; char]:
Number move_type [readonly ; selection]:
Type Values
Raw introspection data
name [char]:
Label non_deductible_tax_value [readonly ; monetary]:
Non Deductible Tax Value parent_state [readonly ; selection]:
Status Values
Raw introspection data
partner_id [many2one: res.partner ]:
Partner payment_date [readonly ; date]:
Next Payment Date payment_id [readonly ; many2one: account.payment ]:
Originator Payment price_subtotal [readonly ; monetary]:
Subtotal price_total [readonly ; monetary]:
Total price_unit [float]:
Unit Price product_category_id [readonly ; many2one: product.category ]:
Product Category product_id [many2one: product.product ]:
Product product_uom_category_id [readonly ; many2one: uom.category ]:
Category product_uom_id [many2one: uom.uom ]:
Unit of Measure quantity [float]:
Quantity reconcile_model_id [readonly ; many2one: account.reconcile.model ]:
Reconciliation Model reconciled [readonly ; boolean]:
Reconciled ref [readonly ; char]:
Reference sequence [integer]:
Sequence statement_id [readonly ; many2one: account.bank.statement ]:
Statement statement_line_id [readonly ; many2one: account.bank.statement.line ]:
Originator Statement Line tax_base_amount [readonly ; monetary]:
Base Amount tax_calculation_rounding_method [readonly ; selection]:
Tax calculation rounding method Values
Raw introspection data
tax_group_id [readonly ; many2one: account.tax.group ]:
Originator tax group tax_ids [many2many: account.tax ]:
Taxes tax_line_id [readonly ; many2one: account.tax ]:
Originator Tax tax_repartition_line_id [readonly ; many2one: account.tax.repartition.line ]:
Originator Tax Distribution Line tax_tag_invert [boolean]:
Invert Tags term_key [readonly ; binary]:
Term Key write_date [readonly ; datetime]:
Last Updated on write_uid [readonly ; many2one: res.users ]:
Last Updated by