Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Base
Entity: res.groups
Description: Access Groups
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| all_implied_by_ids | Transitively Implying Groups | Many-to-Many |
|
_compute_all_implied_by_ids |
| all_implied_ids | Transitively Implied Groups | Many-to-Many |
|
_compute_all_implied_ids |
| all_user_ids | Users and implied users | Many-to-Many |
|
_compute_all_user_ids |
| all_users_count | # Users | Integer | - | _compute_all_users_count |
| api_key_duration | API Keys maximum duration days | Float | - | |
| comment | Text | - | ||
| disjoint_ids | Disjoint Groups | Many-to-Many |
|
_compute_disjoint_ids |
| full_name | Group Name | Char | - | _compute_full_name |
| implied_by_ids | Implying Groups | Many-to-Many |
|
|
| implied_ids | Implied Groups | Many-to-Many |
|
|
| menu_access | Access Menu | Many-to-Many |
|
|
| model_access | Access Controls | One-to-Many |
|
|
| name | Char | - | ||
| privilege_id | Privilege | Many-to-One |
|
|
| rule_groups | Rules | Many-to-Many |
|
|
| sequence | Sequence | Integer | - | |
| share | Share Group | Boolean | - | |
| user_ids | uid | Many-to-Many |
|
|
| view_access | Views | Many-to-Many |
|
|
| view_group_hierarchy | Technical field for default group setting | Json | - | _compute_view_group_hierarchy |
