MRP BoM Select Product Variant

mrp_bom_select_product_variant
REPOSITORY
REPOSITORYOCA/manufacture
GIT
GIThttps://github.com/OCA/manufacture.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/manufacture/tree/18.0/mrp_bom_select_product_variant
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:14
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - html_editor
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
This module is designed so that the user selects the product variant
when creating or updating a Bill of Material. When selecting a product
variant, the linked product template is automatically selected.

Tree and filter view are also changed : you see and search with product
variant.

![](../static/description/mrp_bom_select_product_variant.gif)

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
view_mrp_bom_form mrp.bom xpath Inherits mrp.mrp_bom_form_view
view_mrp_bom_search mrp.bom xpath Inherits mrp.view_mrp_bom_filter
view_mrp_bom_tree mrp.bom xpath Inherits mrp.mrp_bom_tree_view
Models touched (1)

New fields (1)
  • product_id Many2one
    domain="[('type', 'in', ['product', 'consu']), '|',('company_id', '=', False), ('company_id', '=', company_id)]"
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/16.0/mrp_bom_select_product_variant
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYManufacturing
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), GRAP
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), GRAP
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, Quentin Dupont, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/manufacture
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - mrp
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes_gs1_nomenclature
    - 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
view_mrp_bom_form mrp.bom xpath Inherits mrp.mrp_bom_form_view
view_mrp_bom_search mrp.bom xpath Inherits mrp.view_mrp_bom_filter
view_mrp_bom_tree mrp.bom xpath Inherits mrp.mrp_bom_tree_view
Models touched (1)

New fields (1)
  • product_id Many2one
    domain="[('type', 'in', ['product', 'consu']), '|',('company_id', '=', False), ('company_id', '=', company_id)]"
Public methods (0)

No public methods.