TIP: You can type at any time to perform a new search.
Stock Demand Estimate Matrix
stock_demand_estimate_matrix · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 08:42:50
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, ThiagoMForgeFlow, OCA-git-bot, oca-ci
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
This module allows to create demand estimates for a given product and location, on configurable time periods. The module does not provide in itself any specific usage of the estimates.
Code Analysis ⓘ
Views touched (5)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
demand_estimate_wizard_view_form |
stock.demand.estimate.wizard.form | stock.demand.estimate.wizard | form | New |
stock_demand_estimate_sheet_view_form |
stock.demand.estimate.sheet.form | stock.demand.estimate.sheet | form | New |
stock_demand_estimate_view_list |
stock.demand.estimate.tree | stock.demand.estimate | tree | Inherits stock_demand_estimate.stock_demand_estimate_view_list |
stock_demand_estimate_view_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | Inherits stock_demand_estimate.stock_demand_estimate_view_pivot |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | Inherits stock_demand_estimate.stock_demand_estimate_view_search |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (5)
New fields (1)
-
daysIntegercompute='_compute_days'readonly=Truestring='Days between dates'
No public methods.
New fields (1)
-
date_range_idMany2one → date.rangecomodel_name='date.range'ondelete='restrict'string='Estimating Period'
No public methods.
New fields (6)
-
date_endDatereadonly=Truestring='Date to' -
date_range_type_idMany2one → date.range.typecomodel_name='date.range.type'readonly=Truestring='Date Range Type' -
date_startDatereadonly=Truestring='Date From' -
line_idsMany2many → stock.demand.estimate.sheet.linecomodel_name='stock.demand.estimate.sheet.line'relation='stock_demand_estimate_line_rel'string='Estimates' -
location_idMany2one → stock.locationcomodel_name='stock.location'readonly=Truestring='Location' -
product_idsMany2many → product.productcomodel_name='product.product'string='Products'
-
button_validate(self)
New fields (8)
-
date_range_idMany2one → date.rangecomodel_name='date.range'string='Period' -
estimate_idMany2one → stock.demand.estimatecomodel_name='stock.demand.estimate' -
location_idMany2one → stock.locationcomodel_name='stock.location'string='Stock Location' -
product_idMany2one → product.productcomodel_name='product.product'string='Product' -
product_uomMany2one → uom.uomcomodel_name='uom.uom'string='Unit of measure' -
product_uom_qtyFloatdigits='Product UoM'string='Quantity' -
value_xCharstring='Period Name' -
value_yCharstring='Product Name'
No public methods.
New fields (5)
-
date_endDaterequired=Truestring='Date To' -
date_range_type_idMany2one → date.range.typecomodel_name='date.range.type'required=Truestring='Date Range Type' -
date_startDaterequired=Truestring='Date From' -
location_idMany2one → stock.locationcomodel_name='stock.location'required=Truestring='Location' -
product_idsMany2many → product.productcomodel_name='product.product'string='Products'
-
create_sheet(self)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…