Repository
OCA/product-attribute · module folder · Try on Runboat
Module version
1.0.1
Category
Inventory Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/product-attribute
Last tracking update
2026-08-07 07:57:03
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Pedro M. Baeza, Weblate, OCA-git-bot, oca-ci, Stefan
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
purchase_order_product_recommendation_classification
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
product_normal_form_view product.product form Inherits product_abc_classification.product_normal_form_view
product_template_only_form_view product.template form Inherits product_abc_classification.product_template_only_form_view
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (3)

New fields (2)
  • data_source Selection
    ondelete={'sale_report': 'set default'} selection_add=[('sale_report', 'Sales Report')]
  • value_criteria Selection
    ondelete={'sold_delivered_value': 'set default'} selection_add=[('sold_delivered_value', 'Sold Delivered Value')]
Public methods (0)

No public methods.

New fields (1)
  • seasonality_classification Selection
    company_dependent=True default='low' help='Whether this product is selled during very short periods of time or steadily across the whole year' selection=[('very high', 'Very high'), ('high', 'High'), ('medium', 'Medium'), ('low', 'Low')] string='Seasonility'
Public methods (0)

No public methods.

New fields (1)
  • seasonality_classification Selection
    compute='_compute_seasonality_classification' inverse='_inverse_seasonality_classification' readonly=False search='_search_seasonality_classification' selection=[('very high', 'Very high'), ('high', 'High'), ('medium', 'Medium'), ('low', 'Low')]
Public methods (0)

No public methods.

Loading…