ir.module.category :: Application

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

  • child_ids [one2many: ir.module.category]: Child Applications

  • create_date [readonlydatetime]: Created on

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

  • description [text]: Description

  • display_name [readonlychar]: Display Name

  • exclusive [boolean]: Exclusive

  • id [readonlyinteger]: ID

  • module_ids [one2many: ir.module.module]: Modules

  • name [requiredchar]: Name

  • parent_id [many2one: ir.module.category]: Parent Application

  • sequence [integer]: Sequence

  • visible [boolean]: Visible

  • write_date [readonlydatetime]: Last Updated on

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

  • xml_id [readonlychar]: External ID