MRP extension for quality control

quality_control_mrp
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/12.0/quality_control_mrp
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYQuality control
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, Agile Business Group, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, Agile Business Group, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSHolger Brunn, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino, Ignacio Ales, Ignacio José Alés López
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture/tree/12.0/quality_control_mrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - quality_control
    - quality_control_stock
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
    - mrp
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_qc_view mrp.production.form.qc mrp.production div Inherits mrp.mrp_production_form_view
qc_inspection_form_view_production qc.inspection.form.view.production qc.inspection field Inherits quality_control.qc_inspection_form_view
qc_inspection_line_search_production_view qc.inspection.line.search.production qc.inspection.line field Inherits quality_control.qc_inspection_line_search_view
qc_inspection_line_tree_production_view qc.inspection.line.tree.production qc.inspection.line field Inherits quality_control.qc_inspection_line_tree_view
qc_inspection_search_view_production qc.inspection.search.view.production qc.inspection field Inherits quality_control.qc_inspection_search_view
qc_inspection_tree_view_production qc.inspection.tree.view.production qc.inspection field Inherits quality_control.qc_inspection_tree_view
Models touched (3)

New fields (2)
  • created_inspections Integer
    compute='_count_inspections' string='Created inspections'
  • qc_inspections_ids One2many → qc.inspection
    comodel_name='qc.inspection' copy=False help='Inspections related to this production.' inverse_name='production_id' string='Inspections'
Public methods (1)
  • post_inventory(self)
    @api.multi

New fields (1)
  • production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='get_production' store=True
Public methods (2)
  • get_production(self)
    @api.depends('object_id')
  • object_selection_values(self)
    @api.multi

New fields (1)
  • production_id Many2one → mrp.production
    comodel_name='mrp.production' related='inspection_id.production_id' store=True string='Production order'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/11.0/quality_control_mrp
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYQuality control
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, Agile Business Group, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, Agile Business Group, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Ignacio Ales, Ignacio José Alés López
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture/tree/11.0/quality_control_mrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - quality_control
    - quality_control_stock
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - stock
    - barcodes
    - web_planner
    - mrp
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_qc_view mrp.production.form.qc mrp.production div Inherits mrp.mrp_production_form_view
qc_inspection_form_view_production qc.inspection.form.view.production qc.inspection field Inherits quality_control.qc_inspection_form_view
qc_inspection_line_search_production_view qc.inspection.line.search.production qc.inspection.line field Inherits quality_control.qc_inspection_line_search_view
qc_inspection_line_tree_production_view qc.inspection.line.tree.production qc.inspection.line field Inherits quality_control.qc_inspection_line_tree_view
qc_inspection_search_view_production qc.inspection.search.view.production qc.inspection field Inherits quality_control.qc_inspection_search_view
qc_inspection_tree_view_production qc.inspection.tree.view.production qc.inspection field Inherits quality_control.qc_inspection_tree_view
Models touched (3)

New fields (2)
  • created_inspections Integer
    compute='_compute_count_inspections'
  • qc_inspections_ids One2many → qc.inspection
    comodel_name='qc.inspection' copy=False help='Inspections related to this production.' inverse_name='production_id' string='Inspections'
Public methods (1)
  • post_inventory(self)
    @api.multi

New fields (1)
  • production_id Many2one → mrp.production
    comodel_name='mrp.production' compute='_compute_get_production' store=True
Public methods (0)

No public methods.

New fields (1)
  • production_id Many2one → mrp.production
    comodel_name='mrp.production' related='inspection_id.production_id' store=True string='Production order'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/10.0/quality_control_mrp
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYQuality control
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, Agile Business Group, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, Agile Business Group, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSOCA Transbot, oca-travis, Weblate, OCA-git-bot, Simone Rubino, OCA Git Bot
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture/tree/10.0/quality_control_mrp
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - quality_control
    - quality_control_stock
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - bus
    - web_tour
    - report
    - stock
    - procurement
    - barcodes
    - web_planner
    - mrp
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
mrp_production_qc_view mrp.production.form.qc mrp.production div Inherits mrp.mrp_production_form_view
qc_inspection_form_view_production qc.inspection.form.view.production qc.inspection field Inherits quality_control.qc_inspection_form_view
qc_inspection_line_search_production_view qc.inspection.line.search.production qc.inspection.line field Inherits quality_control.qc_inspection_line_search_view
qc_inspection_line_tree_production_view qc.inspection.line.tree.production qc.inspection.line field Inherits quality_control.qc_inspection_line_tree_view
qc_inspection_search_view_production qc.inspection.search.view.production qc.inspection field Inherits quality_control.qc_inspection_search_view
qc_inspection_tree_view_production qc.inspection.tree.view.production qc.inspection field Inherits quality_control.qc_inspection_tree_view
Models touched (3)

New fields (2)
  • created_inspections Integer
    compute='_count_inspections' string='Created inspections'
  • qc_inspections One2many → qc.inspection
    comodel_name='qc.inspection' copy=False help='Inspections related to this production.' inverse_name='production' string='Inspections'
Public methods (1)
  • post_inventory(self)
    @api.multi

New fields (1)
  • production Many2one → mrp.production
    comodel_name='mrp.production' compute='get_production' store=True
Public methods (1)
  • get_production(self)
    @api.depends('object_id')

New fields (1)
  • production Many2one → mrp.production
    comodel_name='mrp.production' related='inspection_id.production' store=True string='Production order'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/8.0/quality_control_mrp
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYQuality control
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLEYes
AUTHORS
AUTHORSOdoo Community Association (OCA), AvanzOSC, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), AvanzOSC, OdooMRP team, Serv. Tecnol. Avanzados - Pedro M. Baeza
COMMITTERS
COMMITTERSPedro M. Baeza, Stéphane Bidoul (ACSONE), OCA Transbot, oca-travis, agaldona, Weblate, oihane, Mauro
WEBSITE
WEBSITEhttp://www.odoomrp.com
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:24
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/manufacture:
    - quality_control
    - quality_control_stock
odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - stock
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
    - mrp
    - stock_account
    - account
    - analytic
    - edi
    - email_template
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
mrp.mrp_production_buttons mrp.production.buttons mrp.production div Inherits mrp.mrp_production_form_view
mrp_production_qc_view mrp.production.form.qc mrp.production div Inherits mrp.mrp_production_buttons
qc_inspection_form_view_production qc.inspection.form.view.production qc.inspection field Inherits quality_control.qc_inspection_form_view
qc_inspection_line_search_production_view qc.inspection.line.search.production qc.inspection.line field Inherits quality_control.qc_inspection_line_search_view
qc_inspection_line_tree_production_view qc.inspection.line.tree.production qc.inspection.line field Inherits quality_control.qc_inspection_line_tree_view
qc_inspection_search_view_production qc.inspection.search.view.production qc.inspection field Inherits quality_control.qc_inspection_search_view
qc_inspection_tree_view_production qc.inspection.tree.view.production qc.inspection field Inherits quality_control.qc_inspection_tree_view
Models touched (3)

New fields (2)
  • created_inspections Integer
    compute='_count_inspections' string='Created inspections'
  • qc_inspections One2many → qc.inspection
    comodel_name='qc.inspection' copy=False help='Inspections related to this production.' inverse_name='production' string='Inspections'
Public methods (1)
  • action_produce(self, production_id, production_qty, production_mode, wiz=False)
    @api.model

New fields (1)
  • production Many2one → mrp.production
    comodel_name='mrp.production' compute='get_production' store=True
Public methods (1)
  • get_production(self)
    @api.depends('object_id')

New fields (1)
  • production Many2one → mrp.production
    comodel_name='mrp.production' related='inspection_id.production' store=True string='Production order'
Public methods (0)

No public methods.