account.analytic.plan :: Analytic Plans

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_count [readonlyinteger]: Analytic Accounts Count

  • account_ids [one2many: account.analytic.account]: Accounts

  • all_account_count [readonlyinteger]: All Analytic Accounts Count

  • applicability_ids [one2many: account.analytic.applicability]: Applicability

  • children_count [readonlyinteger]: Children Plans Count

  • children_ids [one2many: account.analytic.plan]: Childrens

  • color [integer]: Color

  • complete_name [readonlychar]: Complete Name

  • create_date [readonlydatetime]: Created on

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

  • default_applicability [selection]: Default Applicability

  • description [text]: Description

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • name [requiredchar]: Name

  • parent_id [many2one: account.analytic.plan]: Parent

  • parent_path [char]: Parent Path

  • root_id [readonlymany2one: account.analytic.plan]: Root

  • sequence [integer]: Sequence

  • write_date [readonlydatetime]: Last Updated on

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