Repository
OCA/manufacture · module folder · Try on Runboat
Module version
1.0.0
Category
Manufacturing
Folder size
0.09 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/manufacture
Last tracking update
2026-08-07 08:42:53
Authors
Odoo Community Association (OCA), GRAP
Maintainers
Odoo Community Association (OCA), GRAP
Committers
Weblate, OCA-git-bot, oca-ci, Bhavesh Heliconia
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits mrp.mrp_bom_form_view
view_mrp_bom_search mrp.bom search Inherits mrp.view_mrp_bom_filter
view_mrp_bom_tree mrp.bom tree Inherits mrp.mrp_bom_tree_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…