ir.model.access :: Model Access

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

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • group_id [many2one: res.groups]: Group

  • id [readonlyinteger]: ID

  • model_id [requiredmany2one: ir.model]: Model

  • name [requiredchar]: Name

  • perm_create [boolean]: Create Access

  • perm_read [boolean]: Read Access

  • perm_unlink [boolean]: Delete Access

  • perm_write [boolean]: Write Access

  • write_date [readonlydatetime]: Last Updated on

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