Repository
OCA/product-configurator · module folder · Try on Runboat
Module version
1.1.0
Category
Generic Modules/Purchase
Folder size
0.05 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
Paul Catinean, Daniel Reis, Weblate, OCA-git-bot, oca-travis, Benjamin Henquet, HET, PRV, DHR
Odoo dependencies
OCA/product-configurator:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
purchase_order_form product.configurator.purchase.order.form.view purchase.order form Inherits purchase.purchase_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
green — ready to merge
Open since
226 days ago
Last activity
83 days ago
Repository
OCA/product-configurator
Pull request
[18.0][MIG] Module: product_configurator_purchase (#174)