Repository
OCA/product-configurator · module folder · Try on Runboat
Module version
1.0.0
Category
Generic Modules
Folder size
0.04 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), Open Source Integrators
Maintainers
Odoo Community Association (OCA), Open Source Integrators
Committers
Weblate, OCA-git-bot, oca-travis, Patrick Wilson
Odoo dependencies
OCA/product-configurator:
odoo/odoo:
- web
- bus
- uom
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_configurator_policy_product_template_form_view product.configurator.policy.product.template.form product.template form Inherits product_configurator.product_template_only_form_view_inherited
product_configurator_policy_settings_view_form res.config.settings.view.form.inherit.sale res.config.settings form Inherits product_configurator.configurator_settings_view_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • values_available(self, check_val_ids=None, value_ids=None, custom_vals=None, product_tmpl_id=None)
    @api.model
    Overrides product configurator values_available to include the restriction policy option while generating available values

New fields (1)
  • restriction_policy Selection
    default=<expr> help='Standard: When the system is calculating the available values from\n restrictions, it will group the restrictions by attribute and then\n determine the values to show.\n Sequential: The the system will go through each restriction individually\n to calculate the available values to show.' string='Restriction Policy' args: [('standard', 'Standard'), ('sequential', 'Sequential')]
Public methods (0)

No public methods.

New fields (1)
  • restriction_policy Selection
    config_parameter='product_configurator_restriction_policy.restriction_policy' default='standard' help='Standard: When the system is calculating the available values from\n restrictions, it will group the restrictions by attribute and then\n determine the values to show.\n Sequential: The the system will go through each restriction individually\n to calculate the available values to show.' string='Restriction Policy' args: [('standard', 'Standard'), ('sequential', 'Sequential')]
Public methods (0)

No public methods.