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

Module: Time Off

Entity: hr.leave.accrual.plan

Compute Method: _compute_is_based_on_worked_time

Inputs Method Outputs
for plan in self:
            if plan.accrued_gain_time == "start":
                plan.is_based_on_worked_time = False

Back to entity