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

Module: Management System - Action

Entity: mgmtsystem.action

Compute Method: _compute_number_of_days_to_close

Inputs Method Outputs
for action in self:
            action.number_of_days_to_close = action._elapsed_days(
                action.create_date, action.date_closed
            )

Back to entity