ir.actions.client :: Client Action

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

  • binding_model_id [many2one: ir.model]: Binding Model

  • binding_type [requiredselection]: Binding Type

  • binding_view_types [char]: Binding View Types

  • context [requiredchar]: Context Value

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • help [html]: Action Description

  • id [readonlyinteger]: ID

  • name [requiredchar]: Action Name

  • params [binary]: Supplementary arguments

  • params_store [readonlybinary]: Params storage

  • path [char]: Path to show in the URL

  • res_model [char]: Destination Model

  • tag [requiredchar]: Client action tag

  • target [selection]: Target Window

  • type [requiredchar]: Action Type

  • write_date [readonlydatetime]: Last Updated on

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

  • xml_id [readonlychar]: External ID