TIP: You can type at any time to perform a new search.
Stock Demand Estimate
stock_demand_estimate · OCA/stock-logistics-warehouse
- Repository
- OCA/stock-logistics-warehouse · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Warehouse
- Folder size
- 0.58 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/stock-logistics-warehouse
- Last tracking update
- 2026-08-07 09:06:24
- Authors
- Odoo Community Association (OCA), ForgeFlow
- Maintainers
- Odoo Community Association (OCA), ForgeFlow
- Committers
- Weblate, OCA-git-bot, oca-ci, Paula Marfull
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- ddmrp, mrp_multi_level_estimate
- 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 |
|---|---|---|---|---|
stock_demand_estimate_view_form |
stock.demand.estimate.form | stock.demand.estimate | form | New |
stock_demand_estimate_view_graph |
stock.demand.estimate.graph | stock.demand.estimate | graph | New |
stock_demand_estimate_view_list |
stock.demand.estimate.list | stock.demand.estimate | list | New |
stock_demand_estimate_view_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (14)
-
activeBooleandefault=True -
company_idMany2one → res.companycomodel_name='res.company'default=<expr>required=Truestring='Company' -
daily_qtyFloatcompute='_compute_daily_qty'string='Quantity / Day' -
date_fromDatecompute='_compute_dates'store=Truestring='From (computed)' -
date_toDatecompute='_compute_dates'store=Truestring='To (computed)' -
durationIntegercompute='_compute_dates'store=Truestring='Duration (computed))' -
location_idMany2one → stock.locationcomodel_name='stock.location'required=Truestring='Location' -
manual_date_fromDatestring='From' -
manual_date_toDatestring='To' -
manual_durationIntegerdefault=1help='Duration (in days)'string='Duration' -
product_idMany2one → product.productcomodel_name='product.product'required=Truestring='Product' -
product_qtyFloatcompute='_compute_product_quantity'digits=0help='Quantity in the default UoM of the product'inverse='_inverse_product_quantity'readonly=Truestore=Truestring='Quantity (Product UoM)' -
product_uomMany2one → uom.uomcomodel_name='uom.uom'string='Unit of measure' -
product_uom_qtyFloatdigits='Product Unit of Measure'string='Quantity'
-
get_quantity_by_date_range(self, date_start, date_end)@api.modelTo be used in other modules
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…