TIP: You can type at any time to perform a new search.
Product Configurator Sale
product_configurator_sale · OCA/product-configurator
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → sale.ordercomodel_name='sale.order'readonly=Truerequired=True -
order_line_idMany2one → sale.order.linecomodel_name='sale.order.line'readonly=True
-
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_okBooleanreadonly=Truerelated='product_id.config_ok'string='Configurable' -
config_session_idMany2one → product.config.sessioncomodel_name='product.config.session'string='Config Session' -
custom_value_idsOne2many → product.config.session.custom.valuecomodel_name='product.config.session.custom.value'inverse_name='cfg_session_id'related='config_session_id.custom_value_ids'string='Configurator Custom Values'
-
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)