| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/product-configurator |
| GIT | |
| GIT | https://github.com/OCA/product-configurator.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/product-configurator/tree/14.0/product_configurator_mrp_component |
| VERSION | |
| VERSION | 1.1.3 |
| CATEGORY | |
| CATEGORY | Manufacturing |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Pledra |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Pledra |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, Patrick Wilson, csil300 |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/product-configurator |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:50 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/product-configurator: - product_configurator_mrp - product_configurator odoo/odoo: - mrp - product - base - base_setup - web - bus - web_tour - uom - stock - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource - account - analytic |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
mrp_bom_configurable_components_inherit |
mrp.bom.configure.components | mrp.bom | page | Inherits mrp.mrp_bom_form_view |
mrp_bom_filter_inherit |
mrp.bom.configure.components.filter | mrp.bom | field | Inherits mrp.view_mrp_bom_filter |
available_config_components
Many2many → product.template
compute='_compute_available_config_components'
store=True
args: 'product.template'
bom_line_config_ids
One2many → mrp.bom.line.config
string='Configurable Components'
args: 'mrp.bom.line.config', 'bom_id'
No public methods.
config_ok
Boolean
related='product_id.config_ok'
product_template_attribute_value_ids
Many2many
related='product_id.product_template_attribute_value_ids'
No public methods.
available_config_components
Many2many → product.template
related='bom_id.available_config_components'
args: 'product.template'
bom_id
Many2one → mrp.bom
required=True
string='BoM'
args: 'mrp.bom'
product_qty
Float
default=1.0
required=True
args: 'Quantity'
product_tmpl_id
Many2one → product.template
required=True
string='Configurable Product'
args: 'product.template'
product_uom_id
Many2one → uom.uom
default=_get_default_product_uom_id
required=True
string='Product Unit of Measure'
args: 'uom.uom'
No public methods.
No new fields.
Public methods (1)create_get_bom(self, variant, product_tmpl_id=None, values=None)