| 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_stock |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Generic Modules/Stock |
| 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 | Daniel Reis, oca-travis, Weblate, OCA-git-bot, Benjamin Henquet, RUS, HET, PRV |
| 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 odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - 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 |
|---|---|---|---|---|
product_template_only_form_view_inherited |
product.configurator.product.template.form | product.template | xpath | Inherits stock.product_template_form_view_procurement_button |
view_move_form_config |
stock.move.form.config | stock.move | xpath | Inherits stock.view_move_form |
view_picking_form_config |
stock.picking.form.config | stock.picking | xpath | Inherits stock.view_picking_form |
view_picking_type_form_config |
Operation Types | stock.picking.type | xpath | Inherits stock.view_picking_type_form |
picking_id
Many2one → stock.picking
comodel_name='stock.picking'
readonly=True
required=True
stock_move_id
Many2one → stock.move
comodel_name='stock.move'
readonly=True
action_config_done(self)
allow_configuration
Boolean
related='picking_id.allow_configuration'
string='Allow configuration'
config_ok
Boolean
readonly=True
related='product_id.config_ok'
string='Configurable'
config_session_id
Many2one → product.config.session
comodel_name='product.config.session'
string='Config Session'
custom_value_ids
One2many → product.config.session.custom.value
comodel_name='product.config.session.custom.value'
inverse_name='cfg_session_id'
related='config_session_id.custom_value_ids'
string='Custom Values'
reconfigure_product(self)
allow_configuration
Boolean
related='picking_type_id.allow_configuration'
string='Allow configuration'
action_config_start(self)
allow_configuration
Boolean
default=False
string='Allow configuration'
No public methods.