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 IDNameModelTypeStatus
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_id Many2one → repair.order
    args: 'repair.order'
Public methods (2)
  • action_create_repair_order(self)
  • action_view_mrp_production_repair_orders(self)

New fields (1)
  • mrp_ids One2many → mrp.production
    args: 'mrp.production', 'repair_id', 'Manufacting Orders'
Public methods (1)
  • action_view_repair_manufacturing_order(self)

Loading…

Loading…