res.groups :: Access Groups

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

  • api_key_duration [float]: API Keys maximum duration days

  • category_id [many2one: ir.module.category]: Application

  • color [integer]: Color Index

  • comment [text]: Comment

  • create_date [readonlydatetime]: Created on

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

  • display_name [readonlychar]: Display Name

  • full_name [readonlychar]: Group Name

  • id [readonlyinteger]: ID

  • implied_ids [many2many: res.groups]: Inherits

  • menu_access [many2many: ir.ui.menu]: Access Menu

  • model_access [one2many: ir.model.access]: Access Controls

  • name [requiredchar]: Name

  • rule_groups [many2many: ir.rule]: Rules

  • share [boolean]: Share Group

  • trans_implied_ids [readonlymany2many: res.groups]: Transitively inherits

  • users [many2many: res.users]: Users

  • view_access [many2many: ir.ui.view]: Views

  • write_date [readonlydatetime]: Last Updated on

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