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)
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
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_type Selection
    default='select' required=True selection=[('select', 'Select'), ('range', 'Range'), ('numeric', 'Numeric')] string='Type'
Public methods (0)

No public methods.

New fields (3)
  • attr_type Selection
    related='attribute_id.attr_type' store=False string='Type'
  • default Many2one → product.attribute.value
    args: 'product.attribute.value', 'Default'
  • required Boolean
    args: 'Required'
Public methods (0)

No public methods.

New fields (4)
  • attr_type Selection
    related='attribute_id.attr_type' string='Type'
  • max_range Float
    digits=dp.get_precision('Product Attribute') args: 'Max'
  • min_range Float
    digits=dp.get_precision('Product Attribute') args: 'Min'
  • numeric_value Float
    digits=dp.get_precision('Product Attribute') args: 'Numeric Value'
Public methods (0)

No public methods.

Loading…

Loading…