MRP Production Inject Operation

mrp_production_operation_injection
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/15.0/mrp_production_operation_injection
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSAkim Juillerat, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:36
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - mrp_workorder_sequence
odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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
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)