| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/19.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, Paula Marfull |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:40:46 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| 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 |
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'
get_quantity_by_date_range(self, date_start, date_end)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow, JasminSForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:07 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - html_editor - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| 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 |
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'
get_quantity_by_date_range(self, date_start, date_end)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Carlos Vallés Fuster |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| 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. |
| 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_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
stock_demand_estimate_view_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
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'
get_quantity_by_date_range(self, date_start, date_end)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.2.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, DavidJForgeFlow, CristianoMafraJunior |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:45 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes_gs1_nomenclature - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
stock_demand_estimate_view_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
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'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, Víctor Martínez, JordiMForgeFlow, Weblate, OCA-git-bot, oca-ci, Joan Mateu Jordi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:46:33 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
stock_demand_estimate_view_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
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'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.3.0 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | JordiMForgeFlow, oca-travis, Weblate, OCA-git-bot, oca-ci, davidborromeo, BernatPForgeFlow |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:40:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes - digest - portal - web_editor - http_routing - auth_signup - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
stock_demand_estimate_view_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
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'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:34:12 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| 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_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
stock_demand_estimate_view_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
stock_demand_estimate_view_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
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'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate |
| VERSION | |
| VERSION | 2.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse |
| LICENSE | |
| LICENSE | LGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), ForgeFlow |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), ForgeFlow |
| COMMITTERS | |
| COMMITTERS | mreficent, Lois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Pascal GOUHIER |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:29:16 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - uom - barcodes |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
stock_demand_estimate_view_form |
stock.demand.estimate.form | stock.demand.estimate | form | 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 |
stock_demand_estimate_view_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
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
args: 'Real Quantity'
product_uom
Many2one → uom.uom
comodel_name='uom.uom'
string='Unit of measure'
product_uom_qty
Float
digits=dp.get_precision('Product Unit of Measure')
string='Quantity'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/11.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.2.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | mreficent, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:23:57 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-ux: - date_range OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - stock - product - base - decimal_precision - base_setup - web - bus - web_tour - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_demand_estimate_wizard_form |
stock.demand.estimate.wizard.form | stock.demand.estimate.wizard | form | New |
view_stock_demand_estimate_pivot |
stock.demand.estimate.pivot | stock.demand.estimate | pivot | New |
view_stock_demand_estimate_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
view_stock_demand_estimate_sheet_form |
stock.demand.estimate.sheet.form | stock.demand.estimate.sheet | form | New |
view_stock_demand_estimate_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
days
Integer
compute='_compute_days'
readonly=True
string='Days between dates'
No public methods.
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_range_id
Many2one → date.range
comodel_name='date.range'
ondelete='restrict'
required=True
string='Estimating Period'
location_id
Many2one → stock.location
comodel_name='stock.location'
required=True
string='Location'
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
args: 'Real Quantity'
product_uom
Many2one → product.uom
comodel_name='product.uom'
string='Unit of measure'
product_uom_qty
Float
digits=dp.get_precision('Product Unit of Measure')
string='Quantity'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
date_end
Date
readonly=True
string='Date to'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
readonly=True
string='Date Range Type'
date_start
Date
readonly=True
string='Date From'
line_ids
Many2many → stock.demand.estimate.sheet.line
comodel_name='stock.demand.estimate.sheet.line'
relation='stock_demand_estimate_line_rel'
string='Estimates'
location_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
string='Location'
product_ids
Many2many → product.product
comodel_name='product.product'
string='Products'
button_validate(self)
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Period'
estimate_id
Many2one → stock.demand.estimate
comodel_name='stock.demand.estimate'
location_id
Many2one → stock.location
comodel_name='stock.location'
string='Stock Location'
product_id
Many2one → product.product
comodel_name='product.product'
string='Product'
product_uom_qty
Float
digits=dp.get_precision('Product UoM')
string='Quantity'
value_x
Char
string='Period'
value_y
Char
string='Product'
No public methods.
date_end
Date
required=True
string='Date To'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
required=True
string='Date Range Type'
date_start
Date
required=True
string='Date From'
location_id
Many2one → stock.location
comodel_name='stock.location'
required=True
string='Location'
product_ids
Many2many → product.product
comodel_name='product.product'
string='Products'
create_sheet(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/10.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.1.1 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, mreficent, Denis Roussel, Jordi Ballester Alomar, OCA Transbot, Florian da Costa, oca-travis, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-warehouse |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:19:55 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - date_range OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - web_tour - report - procurement - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_demand_estimate_wizard_form |
stock.demand.estimate.wizard.form | stock.demand.estimate.wizard | form | New |
view_stock_demand_estimate_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
view_stock_demand_estimate_sheet_form |
stock.demand.estimate.sheet.form | stock.demand.estimate.sheet | form | New |
view_stock_demand_estimate_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
days
Float
compute='_compute_days'
readonly=True
string='Days between dates'
No public methods.
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_range_id
Many2one → date.range
comodel_name='date.range'
ondelete='restrict'
required=True
string='Estimating Period'
location_id
Many2one → stock.location
comodel_name='stock.location'
required=True
string='Location'
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
args: 'Real Quantity'
product_uom
Many2one → product.uom
comodel_name='product.uom'
string='Unit of measure'
product_uom_qty
Float
digits=dp.get_precision('Product Unit of Measure')
string='Quantity'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
date_end
Date
readonly=True
string='Date From'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
readonly=True
string='Date Range Type'
date_start
Date
readonly=True
string='Date From'
line_ids
Many2many → stock.demand.estimate.sheet.line
comodel_name='stock.demand.estimate.sheet.line'
default=_default_estimate_ids
relation='stock_demand_estimate_line_rel'
string='Estimates'
location_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
string='Location'
button_validate(self)
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Period'
estimate_id
Many2one → stock.demand.estimate
comodel_name='stock.demand.estimate'
location_id
Many2one → stock.location
comodel_name='stock.location'
string='Stock Location'
product_id
Many2one → product.product
comodel_name='product.product'
string='Product'
product_uom_qty
Float
digits=dp.get_precision('Product UoM')
string='Quantity'
value_x
Char
string='Period'
value_y
Char
string='Product'
No public methods.
date_end
Date
required=True
string='Date To'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
required=True
string='Date Range Type'
date_start
Date
required=True
string='Date From'
location_id
Many2one → stock.location
comodel_name='stock.location'
required=True
string='Location'
product_ids
Many2many → product.product
comodel_name='product.product'
string='Products'
create_sheet(self)
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-warehouse |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-warehouse.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-warehouse/tree/9.0/stock_demand_estimate |
| VERSION | |
| VERSION | 1.1.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent |
| COMMITTERS | |
| COMMITTERS | Alexandre Fayolle, mreficent, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate |
| WEBSITE | |
| WEBSITE | https://www.odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:15:20 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/server-tools: - date_range OCA/web: - web_widget_x2many_2d_matrix odoo/odoo: - stock - product - base - decimal_precision - base_setup - web_kanban - web - bus - report - procurement - barcodes - web_planner |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
view_demand_estimate_wizard_form |
stock.demand.estimate.wizard.form | stock.demand.estimate.wizard | form | New |
view_stock_demand_estimate_search |
stock.demand.estimate.search | stock.demand.estimate | search | New |
view_stock_demand_estimate_sheet_form |
stock.demand.estimate.sheet.form | stock.demand.estimate.sheet | form | New |
view_stock_demand_estimate_tree |
stock.demand.estimate.tree | stock.demand.estimate | tree | New |
days
Float
compute='_compute_days'
readonly=True
string='Days between dates'
No public methods.
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_range_id
Many2one → date.range
comodel_name='date.range'
ondelete='restrict'
required=True
string='Estimating Period'
location_id
Many2one → stock.location
comodel_name='stock.location'
required=True
string='Location'
product_id
Many2one → product.product
comodel_name='product.product'
required=True
string='Product'
product_qty
Float
compute='_compute_product_qty'
digits=0
help='Quantity in the default UoM of the product'
inverse='_inverse_product_qty'
readonly=True
store=True
args: 'Real Quantity'
product_uom
Many2one → product.uom
comodel_name='product.uom'
string='Unit of measure'
product_uom_qty
Float
digits_compute=dp.get_precision('Product Unit of Measure')
string='Quantity'
get_quantity_by_date_range(self, date_start, date_end)
name_get(self)
date_end
Date
readonly=True
string='Date From'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
readonly=True
string='Date Range Type'
date_start
Date
readonly=True
string='Date From'
line_ids
Many2many → stock.demand.estimate.sheet.line
comodel_name='stock.demand.estimate.sheet.line'
default=_default_estimate_ids
rel='stock_demand_estimate_line_rel'
string='Estimates'
location_id
Many2one → stock.location
comodel_name='stock.location'
readonly=True
string='Location'
button_validate(self)
date_range_id
Many2one → date.range
comodel_name='date.range'
string='Period'
estimate_id
Many2one → stock.demand.estimate
comodel_name='stock.demand.estimate'
location_id
Many2one → stock.location
comodel_name='stock.location'
string='Stock Location'
product_id
Many2one → product.product
comodel_name='product.product'
string='Product'
product_uom_qty
Float
digits_compute=dp.get_precision('Product UoM')
string='Quantity'
value_x
Char
string='Period'
value_y
Char
string='Product'
No public methods.
date_end
Date
required=True
string='Date To'
date_range_type_id
Many2one → date.range.type
comodel_name='date.range.type'
required=True
string='Date Range Type'
date_start
Date
required=True
string='Date From'
location_id
Many2one → stock.location
comodel_name='stock.location'
required=True
string='Location'
product_ids
Many2many → product.product
comodel_name='product.product'
string='Products'
create_sheet(self)