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.report.expression

Compute Method: _compute_auditable

Inputs Method Outputs
auditable_engines = self._get_auditable_engines()
for expression in self:
            expression.auditable = expression.engine in auditable_engines

Back to entity