TIP: You can type at any time to perform a new search.
Product attribute types
product_attribute_multi_type · OCA/product-attribute
- Repository
- OCA/product-attribute · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Product Management
- Folder size
- 0.02 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.odoomrp.com
- Last tracking update
- 2026-08-07 07:17:46
- Authors
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, OdooMRP team
- Maintainers
- Odoo Community Association (OCA), AvanzOSC, Serv. Tecnol. Avanzados - Pedro M. Baeza, OdooMRP team
- Committers
- Pedro M. Baeza, Stéphane Bidoul (ACSONE)
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_attribute_extended_tree_view |
product.attribute.extended.tree | product.attribute | tree | Inherits product.attribute_tree_view |
product_attribute_value_extended_tree_view |
product.attribute.value.extended.tree | product.attribute.value | tree | Inherits product.variants_tree_view |
product_attribute_value_search_view |
product.attribute.value.search | product.attribute.value | search | New |
varitants_extend_form_view |
product.template.variants.extended | product.template | form | Inherits product.product_template_only_form_view |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
attr_typeSelectiondefault='select'required=Trueselection=[('select', 'Select'), ('range', 'Range'), ('numeric', 'Numeric')]string='Type'
No public methods.
New fields (3)
-
attr_typeSelectionrelated='attribute_id.attr_type'store=Falsestring='Type' -
defaultMany2one → product.attribute.valueargs: 'product.attribute.value', 'Default' -
requiredBooleanargs: 'Required'
No public methods.
New fields (4)
-
attr_typeSelectionrelated='attribute_id.attr_type'string='Type' -
max_rangeFloatdigits=dp.get_precision('Product Attribute') args: 'Max' -
min_rangeFloatdigits=dp.get_precision('Product Attribute') args: 'Min' -
numeric_valueFloatdigits=dp.get_precision('Product Attribute') args: 'Numeric Value'
No public methods.
Loading…
Loading…