ir.ui.view :: View

Mixin that overrides the create and write methods to properly generate ir.model.data entries flagged with Studio for the corresponding resources. Doesn't create an ir.model.data if the record is part of a module being currently installed as the ir.model.data will be created automatically afterwards.

Fields

  • active [boolean]: Active

  • arch [text]: View Architecture

  • arch_base [text]: Base View Architecture

  • arch_db [text]: Arch Blob

  • arch_fs [char]: Arch Filename

  • arch_prev [text]: Previous View Architecture

  • arch_updated [boolean]: Modified Architecture

  • create_date [readonlydatetime]: Created on

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

  • customize_show [boolean]: Show As Optional Inherit

  • display_name [readonlychar]: Display Name

  • groups_id [many2many: res.groups]: Groups

  • id [readonlyinteger]: ID

  • inherit_children_ids [one2many: ir.ui.view]: Views which inherit from this one

  • inherit_id [many2one: ir.ui.view]: Inherited View

  • key [char]: Key

  • mode [requiredselection]: View inheritance mode

  • model [char]: Model

  • model_data_id [readonlymany2one: ir.model.data]: Model Data

  • model_id [many2one: ir.model]: Model of the view

  • name [requiredchar]: View Name

  • priority [requiredinteger]: Sequence

  • type [selection]: View Type

  • warning_info [readonlyhtml]: Warning information

  • write_date [readonlydatetime]: Last Updated on

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

  • xml_id [readonlychar]: External ID