Stock Report Quantity By Location

stock_report_quantity_by_location
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/16.0/stock_report_quantity_by_location
VERSION
VERSION 1.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
COMMITTERSWeblate, oca-ci, Hugo
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:58
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - 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 (4)
XML IDNameModelTypeStatus
stock_report_quantity_by_location_pivot_view Stock Report Quantity By Location Pivot stock.report.quantity.by.location pivot New
stock_report_quantity_by_location_prepare_form_view Stock Report Quantity By Location Prepare stock.report.quantity.by.location.prepare form New
stock_report_quantity_by_location_search_view Stock Report Quantity By Location Search stock.report.quantity.by.location search New
stock_report_quantity_by_location_tree_view Stock Report Quantity By Location Form stock.report.quantity.by.location tree New
Models touched (2)

New fields (9)
  • default_code Char
    args: 'Internal Reference'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True
  • quantity_on_hand Float
    string='Qty On Hand'
  • quantity_reserved Float
    string='Qty Reserved'
  • quantity_unreserved Float
    string='Qty Unreserved'
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' string='Product UoM'
  • wiz_id Many2one → stock.report.quantity.by.location.prepare
    comodel_name='stock.report.quantity.by.location.prepare'
Public methods (0)

No public methods.

New fields (3)
  • availability Selection
    default='on_hand' help='Unreserved is the Stock On Hand minus the reservations' selection=[('on_hand', 'On Hand'), ('unreserved', 'Unreserved')]
  • location_ids Many2many → stock.location
    comodel_name='stock.location' required=True string='Locations'
  • with_quantity Boolean
    default=True help='Show only the products that have existing quantity on hand' string='Quantity > 0'
Public methods (1)
  • open(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/15.0/stock_report_quantity_by_location
VERSION
VERSION 1.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
COMMITTERSWeblate, OCA-git-bot, oca-ci, Jasmin Solanki
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:43
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - 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 (4)
XML IDNameModelTypeStatus
stock_report_quantity_by_location_pivot_view Stock Report Quantity By Location Pivot stock.report.quantity.by.location pivot New
stock_report_quantity_by_location_prepare_form_view Stock Report Quantity By Location Prepare stock.report.quantity.by.location.prepare form New
stock_report_quantity_by_location_search_view Stock Report Quantity By Location Search stock.report.quantity.by.location search New
stock_report_quantity_by_location_tree_view Stock Report Quantity By Location Form stock.report.quantity.by.location tree New
Models touched (2)

New fields (9)
  • default_code Char
    args: 'Internal Reference'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True
  • quantity_on_hand Float
    string='Qty On Hand'
  • quantity_reserved Float
    string='Qty Reserved'
  • quantity_unreserved Float
    string='Qty Unreserved'
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' string='Product UoM'
  • wiz_id Many2one → stock.report.quantity.by.location.prepare
    comodel_name='stock.report.quantity.by.location.prepare'
Public methods (0)

No public methods.

New fields (3)
  • availability Selection
    default='on_hand' help='Unreserved is the Stock On Hand minus the reservations' selection=[('on_hand', 'On Hand'), ('unreserved', 'Unreserved')]
  • location_ids Many2many → stock.location
    comodel_name='stock.location' required=True string='Locations'
  • with_quantity Boolean
    default=True help='Show only the products that have existing quantity on hand' string='Quantity > 0'
Public methods (1)
  • open(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/14.0/stock_report_quantity_by_location
VERSION
VERSION 1.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
COMMITTERSWeblate, OCA-git-bot, oca-ci, Christopher Ormaza
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:11
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - 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 (4)
XML IDNameModelTypeStatus
stock_report_quantity_by_location_pivot_view Stock Report Quantity By Location Pivot stock.report.quantity.by.location pivot New
stock_report_quantity_by_location_prepare_form_view Stock Report Quantity By Location Prepare stock.report.quantity.by.location.prepare form New
stock_report_quantity_by_location_search_view Stock Report Quantity By Location Search stock.report.quantity.by.location search New
stock_report_quantity_by_location_tree_view Stock Report Quantity By Location Form stock.report.quantity.by.location tree New
Models touched (2)

New fields (9)
  • default_code Char
    args: 'Internal Reference'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True
  • quantity_on_hand Float
    string='Qty On Hand'
  • quantity_reserved Float
    string='Qty Reserved'
  • quantity_unreserved Float
    string='Qty Unreserved'
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' string='Product UoM'
  • wiz_id Many2one → stock.report.quantity.by.location.prepare
    comodel_name='stock.report.quantity.by.location.prepare'
Public methods (0)

No public methods.

New fields (2)
  • location_ids Many2many → stock.location
    comodel_name='stock.location' required=True string='Locations'
  • with_quantity Boolean
    default=True help='Show only the products that have existing quantity on hand' string='Quantity > 0'
Public methods (1)
  • open(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/13.0/stock_report_quantity_by_location
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
COMMITTERSJordi Ballester, OCA Transbot, JordiMForgeFlow, oca-travis, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_report_quantity_by_location_pivot_view Stock Report Quantity By Location Pivot stock.report.quantity.by.location pivot New
stock_report_quantity_by_location_prepare_form_view Stock Report Quantity By Location Prepare stock.report.quantity.by.location.prepare form New
stock_report_quantity_by_location_search_view Stock Report Quantity By Location Search stock.report.quantity.by.location search New
stock_report_quantity_by_location_tree_view Stock Report Quantity By Location Form stock.report.quantity.by.location tree New
Models touched (2)

New fields (9)
  • default_code Char
    args: 'Internal Reference'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True
  • quantity_on_hand Float
    string='Qty On Hand'
  • quantity_reserved Float
    string='Qty Reserved'
  • quantity_unreserved Float
    string='Qty Unreserved'
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' string='Product UoM'
  • wiz_id Many2one → stock.report.quantity.by.location.prepare
    comodel_name='stock.report.quantity.by.location.prepare'
Public methods (0)

No public methods.

New fields (2)
  • location_ids Many2many → stock.location
    comodel_name='stock.location' required=True string='Locations'
  • with_quantity Boolean
    default=True help='Show only the products that have existing quantity on hand' string='Quantity > 0'
Public methods (1)
  • open(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/12.0/stock_report_quantity_by_location
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSDenis Roussel, OCA Transbot, oca-travis, Weblate, OCA-git-bot, hveficent
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:25
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - stock
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_report_quantity_by_location_pivot_view Stock Report Quantity By Location Pivot stock.report.quantity.by.location pivot New
stock_report_quantity_by_location_prepare_form_view Stock Report Quantity By Location Prepare stock.report.quantity.by.location.prepare form New
stock_report_quantity_by_location_search_view Stock Report Quantity By Location Search stock.report.quantity.by.location search New
stock_report_quantity_by_location_tree_view Stock Report Quantity By Location Form stock.report.quantity.by.location tree New
Models touched (2)

New fields (7)
  • default_code Char
    args: 'Internal Reference'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True
  • quantity Float
  • uom_id Many2one → uom.uom
    comodel_name='uom.uom' string='Product UoM'
  • wiz_id Many2one → stock.report.quantity.by.location.prepare
    comodel_name='stock.report.quantity.by.location.prepare'
Public methods (0)

No public methods.

New fields (1)
  • location_ids Many2many → stock.location
    comodel_name='stock.location' required=True string='Locations'
Public methods (1)
  • open(self)
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
GIT
GIThttps://github.com/OCA/stock-logistics-reporting.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-reporting/tree/11.0/stock_report_quantity_by_location
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent
COMMITTERS
COMMITTERSoca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-reporting
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:24:02
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - stock
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
stock_report_quantity_by_location_pivot_view Stock Report Quantity By Location Pivot stock.report.quantity.by.location pivot New
stock_report_quantity_by_location_prepare_form_view Stock Report Quantity By Location Prepare stock.report.quantity.by.location.prepare form New
stock_report_quantity_by_location_search stock.report.quantity.by.location.search stock.report.quantity.by.location search New
stock_report_quantity_by_location_tree_view Stock Report Quantity By Location Form stock.report.quantity.by.location tree New
Models touched (2)

New fields (7)
  • default_code Char
    args: 'Internal Reference'
  • location_id Many2one → stock.location
    comodel_name='stock.location' required=True
  • product_category_id Many2one → product.category
    comodel_name='product.category' string='Product Category'
  • product_id Many2one → product.product
    comodel_name='product.product' required=True
  • quantity Float
  • uom_id Many2one → product.uom
    comodel_name='product.uom' string='Product UoM'
  • wiz_id Many2one → stock.report.quantity.by.location.prepare
    comodel_name='stock.report.quantity.by.location.prepare'
Public methods (0)

No public methods.

New fields (1)
  • location_ids Many2many → stock.location
    comodel_name='stock.location' required=True string='Locations'
Public methods (1)
  • open(self)
STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/stock-logistics-reporting
PULL REQUEST
PULL REQUEST[17.0] [MIG] stock_report_quantity_by_location: Migration to 17.0 (#344)