Product Configurator for Stock

product_configurator_stock
REPOSITORY
REPOSITORYOCA/product-configurator
GIT
GIThttps://github.com/OCA/product-configurator.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/product-configurator/tree/14.0/product_configurator_stock
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Stock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pledra
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pledra
COMMITTERS
COMMITTERSDaniel Reis, oca-travis, Weblate, OCA-git-bot, Benjamin Henquet, RUS, HET, PRV
WEBSITE
WEBSITEhttps://github.com/OCA/product-configurator
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:50
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-configurator:
    - product_configurator
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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
Models touched (4)

New fields (2)
  • 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
Public methods (1)
  • action_config_done(self)
    Parse values and execute final code before closing the wizard

New fields (4)
  • 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'
Public methods (1)
  • 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_configuration Boolean
    related='picking_type_id.allow_configuration' string='Allow configuration'
Public methods (1)
  • action_config_start(self)
    Return action to start configuration wizard

New fields (1)
  • allow_configuration Boolean
    default=False string='Allow configuration'
Public methods (0)

No public methods.