account.root :: Account codes first 2 digits

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

  • display_name [readonlychar]: Display Name

  • id [readonlyinteger]: ID

  • name [readonlychar]: Name

  • parent_id [readonlymany2one: account.root]: Parent