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 IDNameModelTypeStatus
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)
  • active Boolean
    default=True
  • company_id Many2one → res.company
    comodel_name='res.company' default=<expr> required=True string='Company'
  • daily_qty Float
    compute='_compute_daily_qty' string='Quantity / Day'
  • date_from Date
    compute='_compute_dates' store=True string='From (computed)'
  • date_to Date
    compute='_compute_dates' store=True string='To (computed)'
  • duration Integer
    compute='_compute_dates' store=True string='Duration (computed))'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True string='Location'
  • manual_date_from Date
    string='From'
  • manual_date_to Date
    string='To'
  • manual_duration Integer
    default=1 help='Duration (in days)' string='Duration'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True string='Product'
  • product_qty Float
    compute='_compute_product_quantity' digits=0 help='Quantity in the default UoM of the product' inverse='_inverse_product_quantity' readonly=True store=True string='Quantity (Product UoM)'
  • product_uom Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product Unit of Measure' string='Quantity'
Public methods (1)
  • get_quantity_by_date_range(self, date_start, date_end)
    @api.model
    To be used in other modules

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…