Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.1.0
Category
Manufacturing
Folder size
0.41 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
http://www.odoomrp.com
Last tracking update
2026-08-07 07:03:07
Authors
Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun Ingeniería S.L., OdooMRP team
Maintainers
Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, Antiun Ingeniería S.L., OdooMRP team
Committers
Pedro M. Baeza, Stéphane Bidoul (ACSONE), Weblate, OCA Transbot, oca-travis, agaldona, Antonio Espinosa, alfredoavanzosc
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
mrp_production_real_cost
Description

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_operation_time_form_view mrp.production.operation.time.form mrp.production form Inherits mrp_operations_extension.mrp_production_form_view_inh
operation_time_form_view Operation Time Form View mrp.production.workcenter.line form Inherits mrp_operations.mrp_production_workcenter_form_view_inherit
operation_time_lines_form_view operation.time.line.form operation.time.line form New
operation_time_lines_tree_view operation.time.line.tree operation.time.line tree New
operation_time_tree_view Operation Time Form View mrp.production.workcenter.line tree Inherits mrp_operations.mrp_production_workcenter_tree_view_inherit
view_operation_time_lines_search operation.time.line.search operation.time.line search New
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (1)
  • operation_time_lines One2many → operation.time.line
    string='Operation Time Lines' args: 'operation.time.line', 'operation_time'
Public methods (4)
  • action_done(self)
    @api.multi
  • action_pause(self)
    @api.multi
  • action_resume(self)
    @api.multi
  • action_start_working(self)
    @api.multi

New fields (6)
  • end_date Datetime
    string='End Date'
  • operation_time Many2one → mrp.production.workcenter.line
    args: 'mrp.production.workcenter.line'
  • production Many2one → mrp.production
    related='operation_time.production_id' store=True string='Production' args: 'mrp.production'
  • start_date Datetime
    string='Start Date'
  • uptime Float
    compute='_compute_uptime' digits=(12, 6) store=True string='Machine up time'
  • user Many2one → res.users
    default=_default_user string='User' args: 'res.users'
Public methods (0)

No public methods.