Odoo Mindscape. Understand Odoo faster. Explore modules, fields, dependencies and version differences in one place instead of digging through the source code.
Module: Maintenance Timesheets
Entity: maintenance.request
Description:
| Field | Description | Type | Relationship | Compute Method |
|---|---|---|---|---|
| planned_hours | Float | - | ||
| progress | Float | - | _compute_progress_hours | |
| remaining_hours | Float | - | _compute_progress_hours | |
| timesheet_ids | Timesheets | One-to-Many | account.analytic.line | |
| timesheet_total_hours | Float | - | _compute_timesheet_total_hours |
