MRP Operations Time Control

mrp_operations_time_control
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/8.0/mrp_operations_time_control
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, Antiun Ingeniería S.L., OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, Antiun Ingeniería S.L., OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, agaldona, Weblate, Antonio Espinosa, alfredoavanzosc
WEBSITE
WEBSITEhttp://www.odoomrp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - mrp_operations_extension
    - mrp_hook
odoo/odoo:
    - mrp_operations
    - mrp
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - stock_account
    - stock
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - account
    - analytic
    - edi
    - email_template
    - resource
    - hr_timesheet
    - hr
    - hr_attendance
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_operation_time_form_view mrp.production.operation.time.form mrp.production page Inherits mrp_operations_extension.mrp_production_form_view_inh
operation_time_form_view Operation Time Form View mrp.production.workcenter.line page 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 field Inherits mrp_operations.mrp_production_workcenter_tree_view_inherit
view_operation_time_lines_search operation.time.line.search operation.time.line search New
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.