| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/8.0/mrp_operations_time_control |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), AvanzOSC, Antiun Ingeniería S.L., OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), AvanzOSC, Antiun Ingeniería S.L., OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza |
| COMMITTERS | |
| COMMITTERS | Pedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, agaldona, Weblate, Antonio Espinosa, alfredoavanzosc |
| WEBSITE | |
| WEBSITE | http://www.odoomrp.com |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-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 - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
operation_time_lines
One2many → operation.time.line
string='Operation Time Lines'
args: 'operation.time.line', 'operation_time'
action_done(self)
action_pause(self)
action_resume(self)
action_start_working(self)
end_date
Datetime
string='End Date'
operation_time
Many2one → 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'
No public methods.