TIP: You can type at any time to perform a new search.
Product Configurator - Restriction Policy
product_configurator_restriction_policy · OCA/product-configurator
- 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
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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.modelOverrides product configurator values_available to include the restriction policy option while generating available values
New fields (1)
-
restriction_policySelectiondefault=<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')]
No public methods.
New fields (1)
-
restriction_policySelectionconfig_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')]
No public methods.