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

Module: Invoicing

Entity: account.account

Compute Method: _compute_include_initial_balance

Inputs Method Outputs
for account in self:
            account.include_initial_balance = account.internal_group not in ['income', 'expense']

Back to entity