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

Compute Method: _compute_all_users_count

Inputs Method Outputs
for group in self:
            group.all_users_count = len(group.all_user_ids)

Back to entity