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

Module: AEAT modelo 123

Entity: l10n.es.aeat.mod123.report

Compute Method: _compute_amount_result

Inputs Method Outputs
for report in self:
            if report.year < 2024:
                report.amount_result = report.casilla_08
            else:
                report.amount_result = report.casilla_14_2024

Back to entity