TIP: You can type at any time to perform a new search.
MRP Production Inject Operation
mrp_production_operation_injection · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 07:57:02
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Akim Juillerat, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_production_form_view_inherit |
mrp.production.form.inherit | mrp.production | form | Inherits mrp.mrp_production_form_view |
mrp_production_workorder_tree_view_inherit |
mrp.workorder.tree | mrp.workorder | tree | 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 |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
display_inject_workorderBooleancompute='_compute_display_inject_workorder'
-
action_open_workorder_injector(self)
New fields (1)
-
sequenceIntegerreadonly=True
No public methods.
New fields (6)
-
allowed_bom_operation_idsMany2many → mrp.routing.workcentercompute='_compute_allowed_bom_operation_ids' args: 'mrp.routing.workcenter' -
bom_idMany2one → mrp.bomrelated='production_id.bom_id' args: 'mrp.bom' -
operation_idMany2one → mrp.routing.workcenterrequired=True args: 'mrp.routing.workcenter', 'New operation' -
production_idMany2one → mrp.productionrequired=True args: 'mrp.production' -
production_workorder_idsMany2many → mrp.workordercompute='_compute_production_workorder_ids' args: 'mrp.workorder' -
workorder_idMany2one → mrp.workorderrequired=True args: 'mrp.workorder', 'Previous workorder'
-
action_add_operation(self)