TIP: You can type at any time to perform a new search.
Product ABC Classification
product_abc_classification_sale · OCA/product-attribute
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_sourceSelectionondelete={'sale_report': 'set default'}selection_add=[('sale_report', 'Sales Report')] -
value_criteriaSelectionondelete={'sold_delivered_value': 'set default'}selection_add=[('sold_delivered_value', 'Sold Delivered Value')]
No public methods.
New fields (1)
-
seasonality_classificationSelectioncompany_dependent=Truedefault='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'
No public methods.
New fields (1)
-
seasonality_classificationSelectioncompute='_compute_seasonality_classification'inverse='_inverse_seasonality_classification'readonly=Falsesearch='_search_seasonality_classification'selection=[('very high', 'Very high'), ('high', 'High'), ('medium', 'Medium'), ('low', 'Low')]
No public methods.
Loading…