mirror of
https://github.com/bringout/oca-product.git
synced 2026-04-24 19:52:08 +02:00
- Make target_field hidden and not required for line_item rules - Hide Pattern Matching section for line_item rules - Hide Data Type and Parsing section for line_item rules - Hide stop_on_match field for line_item rules - Hide Transformation and Validation tabs for line_item rules - Clean up model: remove required=True from target_field and match_pattern Version: 16.0.1.0.20 🤖 assisted by claude 🤖 assisted by claude |
||
|---|---|---|
| .. | ||
| data | ||
| demo | ||
| i18n | ||
| models | ||
| readme | ||
| security | ||
| static | ||
| tests | ||
| views | ||
| wizard | ||
| __init__.py | ||
| __manifest__.py | ||
| init_hook.py | ||
| README.md | ||
| README.rst | ||
#Odoo Product Configurator
This module is Dynamic configuration wizard for Odoo back-end and the foundation for external configuration interfaces such 'website_product_configurator'.
By itself this module does not configure custom products but offers the basis for generating, validating, updating configurable products using configuration interfaces.
Features
- Inhibition of automatically created variants.
- Extension of attribute lines to offer required, custom and multiple selection.
- Configuration / Compatibility rules between attributes.
- Separation of attributes in different steps.
- Images for intermediate and final configurations.
- Managing active configuration sessions for external configurators
- Set of helper methods required for any Odoo configuration module.
Usage
This module is Dynamic configuration wizard for Odoo back-end and the foundation for external configuration interfaces such 'website_product_configurator'.
By itself this module does not configure custom products but offers the basis for generating, validating, updating configurable products using configuration interfaces.