TIP: You can type at any time to perform a new search.
Product Configurator for Stock
product_configurator_stock · OCA/product-configurator
- Repository
- OCA/product-configurator · module folder · Try on Runboat
- Module version
- 1.1.0
- Category
- Generic Modules/Stock
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/product-configurator
- Last tracking update
- 2026-08-07 07:47:34
- Authors
- Odoo Community Association (OCA), Pledra
- Maintainers
- Odoo Community Association (OCA), Pledra
- Committers
- Daniel Reis, Weblate, OCA-git-bot, oca-travis, Benjamin Henquet, HET, RUS, PRV
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_template_only_form_view_inherited |
product.configurator.product.template.form | product.template | form | Inherits stock.product_template_form_view_procurement_button |
view_move_form_config |
stock.move.form.config | stock.move | form | Inherits stock.view_move_form |
view_picking_form_config |
stock.picking.form.config | stock.picking | form | Inherits stock.view_picking_form |
view_picking_type_form_config |
Operation Types | stock.picking.type | form | Inherits stock.view_picking_type_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (4)
New fields (2)
-
picking_idMany2one → stock.pickingcomodel_name='stock.picking'readonly=Truerequired=True -
stock_move_idMany2one → stock.movecomodel_name='stock.move'readonly=True
-
action_config_done(self)Parse values and execute final code before closing the wizard
New fields (4)
-
allow_configurationBooleanrelated='picking_id.allow_configuration'string='Allow configuration' -
config_okBooleanreadonly=Truerelated='product_id.config_ok'string='Configurable' -
config_session_idMany2one → product.config.sessioncomodel_name='product.config.session'string='Config Session' -
custom_value_idsOne2many → product.config.session.custom.valuecomodel_name='product.config.session.custom.value'inverse_name='cfg_session_id'related='config_session_id.custom_value_ids'string='Custom Values'
-
reconfigure_product(self)Creates and launches a product configurator wizard with a linked template and variant in order to re-configure a existing product. It is esetially a shortcut to pre-fill configuration data of a variant
New fields (1)
-
allow_configurationBooleanrelated='picking_type_id.allow_configuration'string='Allow configuration'
-
action_config_start(self)Return action to start configuration wizard
New fields (1)
-
allow_configurationBooleandefault=Falsestring='Allow configuration'
No public methods.