ir.ui.menu :: Menu

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

  • action [reference]: Action

  • active [boolean]: Active

  • child_id [one2many: ir.ui.menu]: Child IDs

  • complete_name [readonlychar]: Full Path

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • groups_id [many2many: res.groups]: Groups

  • id [readonlyinteger]: ID

  • is_studio_configuration [readonlyboolean]: Studio Configuration Menu

  • name [requiredchar]: Menu

  • parent_id [many2one: ir.ui.menu]: Parent Menu

  • parent_path [char]: Parent Path

  • sequence [integer]: Sequence

  • web_icon [char]: Web Icon File

  • web_icon_data [binary]: Web Icon Image

  • write_date [readonlydatetime]: Last Updated on

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