Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.

Module: User roles

Entity: res.groups

Compute Method: _compute_trans_parent_ids

Inputs Method Outputs
for group in self:
            group.trans_parent_ids = (
                group.parent_ids | group.parent_ids.trans_parent_ids
            )

Back to entity