Repository
OCA/product-configurator · module folder · Try on Runboat
Module version
1.0.1
Category
Generic Modules/Sale
Folder size
0.08 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/product-configurator
Last tracking update
2026-08-07 08:42:52
Authors
Odoo Community Association (OCA), Pledra
Maintainers
Odoo Community Association (OCA), Pledra
Committers
GitHub, Weblate, Ruchir Shukla, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
mako
System dependencies
None
Required by
None
Description
Product Configurator wizard available on Sales Orders.

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
sale_order_form_config sale.order.form.config sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • order_id Many2one → sale.order
    comodel_name='sale.order' readonly=True required=True
  • order_line_id Many2one → sale.order.line
    comodel_name='sale.order.line' readonly=True
Public methods (2)
  • action_config_done(self)
    Parse values and execute final code before closing the wizard
  • create(self, vals_list)
    @api.model_create_multi

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='Configurator 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

Loading…

Loading…

Loading…

Status
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
310 days ago
Last activity
20 days ago
Repository
OCA/product-configurator
Pull request
[19.0][MIG] product_configurator_sale: Migration to 19.0. (#169)