Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Repair Timesheet
Entity: repair.order
Compute Method: _compute_timesheet_total_hours
| Inputs | Method | Outputs |
|---|---|---|
|
- for order in self: - order.timesheet_total_hours = sum(order.timesheet_ids.mapped("unit_amount")) |
|
