ir.profile :: Allow profiling only to Tech Support level

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

  • create_date [datetime]: Creation Date

  • display_name [readonlychar]: Display Name

  • duration [float]: Duration

  • entry_count [integer]: Entry count

  • id [readonlyinteger]: ID

  • init_stack_trace [text]: Initial stack trace

  • name [char]: Description

  • qweb [text]: Qweb

  • session [char]: Session

  • speedscope [readonlybinary]: Speedscope

  • speedscope_url [readonlytext]: Open

  • sql [text]: Sql

  • sql_count [integer]: Queries Count

  • traces_async [text]: Traces Async

  • traces_sync [text]: Traces Sync