Stock Demand Estimate Matrix

stock_demand_estimate_matrix
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/18.0/stock_demand_estimate_matrix
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, ThiagoMForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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 field Inherits stock_demand_estimate.stock_demand_estimate_view_list
stock_demand_estimate_view_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (0)

No public methods.

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)

New fields (8)
  • 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 Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/17.0/stock_demand_estimate_matrix
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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.

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
stock_demand_estimate_view_tree stock.demand.estimate.tree stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_tree
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (1)
  • name_get(self)

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)

New fields (8)
  • 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 Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/16.0/stock_demand_estimate_matrix
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, CristianoMafraJunior, kaynnan
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:44
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
stock_demand_estimate_view_tree stock.demand.estimate.tree stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_tree
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (1)
  • name_get(self)

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)

New fields (8)
  • 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 Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/15.0/stock_demand_estimate_matrix
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, Víctor Martínez, Weblate, OCA-git-bot, oca-ci, Héctor Villarreal Ortega
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
stock_demand_estimate_view_tree stock.demand.estimate.tree stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_tree
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (1)
  • name_get(self)

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)

New fields (8)
  • 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 Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/14.0/stock_demand_estimate_matrix
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, davidborromeo, Héctor Villarreal Ortega, BernatPForgeFlow
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - 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

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
stock_demand_estimate_view_tree stock.demand.estimate.tree stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_tree
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (1)
  • name_get(self)

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)

New fields (8)
  • 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 Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/13.0/stock_demand_estimate_matrix
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, oca-travis, OCA-git-bot, Héctor Villarreal Ortega, ps-tubtim
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
stock_demand_estimate_view_tree stock.demand.estimate.tree stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_tree
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (1)
  • name_get(self)

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)

New fields (8)
  • 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 Many2one → uom.uom
    comodel_name='uom.uom' string='Unit of measure'
  • product_uom_qty Float
    digits='Product UoM' string='Quantity'
  • value_x Char
    string='Period Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-warehouse
GIT
GIThttps://github.com/OCA/stock-logistics-warehouse.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-warehouse/tree/12.0/stock_demand_estimate_matrix
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-ux:
    - date_range
OCA/stock-logistics-warehouse:
    - stock_demand_estimate
OCA/web:
    - web_widget_x2many_2d_matrix
odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (5)
XML IDNameModelTypeStatus
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_pivot stock.demand.estimate.pivot stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_pivot
stock_demand_estimate_view_search stock.demand.estimate.search stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_search
stock_demand_estimate_view_tree stock.demand.estimate.tree stock.demand.estimate field Inherits stock_demand_estimate.stock_demand_estimate_view_tree
Models touched (5)

New fields (1)
  • days Integer
    compute='_compute_days' readonly=True string='Days between dates'
Public methods (0)

No public methods.

New fields (1)
  • date_range_id Many2one → date.range
    comodel_name='date.range' ondelete='restrict' string='Estimating Period'
Public methods (1)
  • name_get(self)
    @api.multi

New fields (6)
  • 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'
Public methods (1)
  • button_validate(self)
    @api.multi

New fields (7)
  • 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 Name'
  • value_y Char
    string='Product Name'
Public methods (0)

No public methods.

New fields (5)
  • 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'
Public methods (1)
  • create_sheet(self)
    @api.multi