| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/manufacture |
| GIT | |
| GIT | https://github.com/OCA/manufacture.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/manufacture/tree/15.0/mrp_production_operation_injection |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Camptocamp |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Camptocamp |
| COMMITTERS | |
| COMMITTERS | Akim Juillerat, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/manufacture |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:36 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/manufacture: - mrp_workorder_sequence odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_inherit |
mrp.production.form.inherit | mrp.production | header | Inherits mrp.mrp_production_form_view |
mrp_production_workorder_tree_view_inherit |
mrp.workorder.tree | mrp.workorder | field | Inherits mrp_workorder_sequence.mrp_production_workorder_tree_view_inherit |
mrp_workorder_injector_view_form |
mrp.workorder.injector.form.view | mrp.workorder.injector | form | New |
display_inject_workorder
Boolean
compute='_compute_display_inject_workorder'
action_open_workorder_injector(self)
sequence
Integer
readonly=True
No public methods.
allowed_bom_operation_ids
Many2many → mrp.routing.workcenter
compute='_compute_allowed_bom_operation_ids'
args: 'mrp.routing.workcenter'
bom_id
Many2one → mrp.bom
related='production_id.bom_id'
args: 'mrp.bom'
operation_id
Many2one → mrp.routing.workcenter
required=True
args: 'mrp.routing.workcenter', 'New operation'
production_id
Many2one → mrp.production
required=True
args: 'mrp.production'
production_workorder_ids
Many2many → mrp.workorder
compute='_compute_production_workorder_ids'
args: 'mrp.workorder'
workorder_id
Many2one → mrp.workorder
required=True
args: 'mrp.workorder', 'Previous workorder'
action_add_operation(self)