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

Module: Payroll

Entity: hr.payslip.line

Compute Method: _compute_total

Inputs Method Outputs
for line in self:
            line.total = float(line.quantity) * line.amount * line.rate / 100

Back to entity