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

Module: Analytic Accounting

Entity: account.analytic.plan

Compute Method: _compute_analytic_account_count

Inputs Method Outputs
for plan in self:
            plan.account_count = len(plan.account_ids)

Back to entity