TIP: You can type at any time to perform a new search.
MRP Repair Order
mrp_repair_order · OCA/manufacture
- Repository
- OCA/manufacture · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Manufacturing
- Folder size
- 0.08 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/manufacture
- Last tracking update
- 2026-08-07 09:06:24
- Authors
- Odoo Community Association (OCA), Antoni Marroig
- Maintainers
- Odoo Community Association (OCA), Antoni Marroig
- Committers
- Weblate, OCA-git-bot, oca-ci, Wesley Oliveira
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to create a repair order from manufacturing order when that one is done. One repair only is linked to the one manufacturing order.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_mrp_production_form_inherit |
mrp.production.form.inherit | mrp.production | form | Inherits mrp.mrp_production_form_view |
view_repair_order_form_inherit |
repair.order.form.inherit | repair.order | form | Inherits repair.view_repair_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
repair_idMany2one → repair.orderargs: 'repair.order'
-
action_create_repair_order(self) -
action_view_mrp_production_repair_orders(self)
New fields (1)
-
mrp_idsOne2many → mrp.productionargs: 'mrp.production', 'repair_id', 'Manufacting Orders'
-
action_view_repair_manufacturing_order(self)
Loading…
Loading…