Product Configurator Purchase

product_configurator_purchase
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_purchase
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYGeneric Modules/Purchase
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pledra
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pledra
COMMITTERS
COMMITTERSPaul Catinean, Daniel Reis, oca-travis, Weblate, OCA-git-bot, Benjamin Henquet, HET, PRV, DHR
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:
    - purchase
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - bus
    - web_tour
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form product.configurator.purchase.order.form.view purchase.order xpath Inherits purchase.purchase_order_form
Models touched (3)

New fields (2)
  • order_id Many2one → purchase.order
    comodel_name='purchase.order' readonly=True required=True
  • order_line_id Many2one → purchase.order.line
    comodel_name='purchase.order.line' readonly=True
Public methods (1)
  • action_config_done(self)
    Parse values and execute final code before closing the wizard

New fields (0)

No new fields.

Public methods (1)
  • action_config_start(self)
    Return action to start configuration wizard

New fields (3)
  • 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
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/product-configurator
PULL REQUEST
PULL REQUEST[18.0][MIG] Module: product_configurator_purchase (#174)