account.analytic.line :: Analytic Line

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_id [many2one: account.analytic.account]: Project Account

  • amount [requiredmonetary]: Amount

  • analytic_distribution [json]: Analytic Distribution

  • analytic_precision [integer]: Analytic Precision

  • auto_account_id [many2one: account.analytic.account]: Analytic Account

  • category [selection]: Category

  • code [char(8)]: Code

  • company_id [readonlyrequiredmany2one: res.company]: Company

  • create_date [readonlydatetime]: Created on

  • create_uid [readonlymany2one: res.users]: Created by

  • currency_id [readonlymany2one: res.currency]: Currency

  • date [requireddate]: Date

  • display_name [readonlychar]: Display Name

  • general_account_id [many2one: account.account]: Financial Account

  • id [readonlyinteger]: ID

  • journal_id [readonlymany2one: account.journal]: Financial Journal

  • move_line_id [many2one: account.move.line]: Journal Item

  • name [requiredchar]: Description

  • partner_id [many2one: res.partner]: Partner

  • product_id [many2one: product.product]: Product

  • product_uom_category_id [readonlymany2one: uom.category]: UoM Category

  • product_uom_id [many2one: uom.uom]: Unit of Measure

  • ref [char]: Ref.

  • unit_amount [float]: Quantity

  • user_id [many2one: res.users]: User

  • write_date [readonlydatetime]: Last Updated on

  • write_uid [readonlymany2one: res.users]: Last Updated by

  • x_plan148_id [many2one: account.analytic.account]: LOCATION

  • x_plan148_id_1 [readonlymany2one: account.analytic.plan]: LOCATION (1)

  • x_plan148_id_2 [readonlymany2one: account.analytic.plan]: LOCATION (2)

  • x_plan293_id [many2one: account.analytic.account]: HARDWARE

  • x_plan2_id [many2one: account.analytic.account]: BUSINESS UNIT

  • x_plan301_id [many2one: account.analytic.account]: BUSINESS UNIT vendors

  • x_plan301_id_1 [readonlymany2one: account.analytic.plan]: BUSINESS UNIT vendors (1)