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

Module: Transport

Entity: tms.order

Compute Method: _compute_date_end

Inputs Method Outputs
for record in self:
            if record.date_start:
                record.date_end = record.date_start + timedelta(hours=record.duration)

Back to entity