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

Module: Module Analysis

Entity: ir.module.author

Compute Method: _compute_installed_module_qty

Inputs Method Outputs
for author in self:
            author.installed_module_qty = len(author.installed_module_ids)

Back to entity