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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_workorder Boolean
    compute='_compute_display_inject_workorder'
Public methods (1)
  • action_open_workorder_injector(self)

New fields (1)
  • sequence Integer
    readonly=True
Public methods (0)

No public methods.

New fields (6)
  • 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'
Public methods (1)
  • action_add_operation(self)