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

Module: Employees Shifts

Entity: hr.shift.planning.shift

Compute Method: _compute_reviewed

Inputs Method Outputs
for shift in self:
            shift.reviewed = all(shift.line_ids.mapped("reviewed"))

Back to entity