Stock Available Unreserved

stock_available_unreserved
REPOSITORY
REPOSITORYOCA/stock-logistics-availability
GIT
GIThttps://github.com/OCA/stock-logistics-availability.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-availability/tree/18.0/stock_available_unreserved
VERSION
VERSION 2.0.0
CATEGORY
CATEGORYWarehouse Availability
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSStefan Rijnhart, Weblate, OCA-git-bot, oca-ci, Daniel Duque
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-availability
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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
Extend the visibility of the Free to Use Quantity field from odoo's stock module.

* Make the field available on products (standard visibility is only on product variants).
* Make the field visible in all product views.
* Add a flag on the quant model to signal unreserved quantities.
* Add an action to open related quants from the product template form.

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template xpath Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.list.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.list.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' related='free_qty' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (2)
  • free_qty Float
    compute='_compute_quantities' compute_sudo=False digits='Product Unit of Measure' search='_search_free_qty' args: 'Free to Use Quantity'
  • qty_available_not_res Float
    digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' related='free_qty' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)

New fields (1)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-availability
GIT
GIThttps://github.com/OCA/stock-logistics-availability.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_unreserved
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Availability
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSnicolas, Weblate, OCA-git-bot, oca-ci, Daniel Duque
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-availability
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:53:59
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template xpath Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_reserved' digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' search='_search_quantity_unreserved' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (1)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' search='_search_quantity_unreserved' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)

New fields (1)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
Public methods (0)

No public methods.

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_available_unreserved
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSOCA Transbot, Weblate, OCA-git-bot, oca-ci, angel, Joan Mateu Jordi
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:33
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template xpath Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_reserved' digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' search='_search_quantity_unreserved' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (1)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' search='_search_quantity_unreserved' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)

New fields (1)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
Public methods (0)

No public methods.

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_available_unreserved
VERSION
VERSION 1.2.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSDenis Roussel, remi-filament, sbejaoui, OCA Transbot, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, Jose Zambudio Bernabeu
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template xpath Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_reserved' digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' search='_search_quantity_unreserved' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (1)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits='Product Unit of Measure' help='Quantity of this product that is not currently reserved for a stock move' search='_search_quantity_unreserved' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)

New fields (1)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
Public methods (0)

No public methods.

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_available_unreserved
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSLois Rilo, OCA Transbot, oca-travis, Weblate, OCA-git-bot, hveficent, Alexei Rivera
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template ul Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_reserved' digits='Product Unit of Measure' search='_search_quantity_unreserved' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (1)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits='Product Unit of Measure' search='_search_quantity_unreserved' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)

New fields (1)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
Public methods (0)

No public methods.

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_available_unreserved
VERSION
VERSION 1.1.2
CATEGORY
CATEGORYWarehouse
LICENSE
LICENSELGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), ForgeFlow
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), ForgeFlow
COMMITTERS
COMMITTERSmreficent, Andrii Skrypka, Lois Rilo, Yoshi Tashiro, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Adrià Gil Sorribes, ougc27, Pascal GOUHIER
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:29:16
ODOO DEPENDENCIES
ODOO DEPENDENCIES 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 (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template ul Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_reserved' digits=UNIT search='_search_quantity_unreserved' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (1)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits=UNIT search='_search_quantity_unreserved' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)
    @api.multi

New fields (2)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
  • unreserved_quantity Float
    compute='_compute_unreserved_quantity' store=True string='Unreserved quantity'
Public methods (0)

No public methods.

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/11.0/stock_available_unreserved
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
COMMITTERS
COMMITTERSJordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, mpanarin
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:23:57
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - barcodes
    - web_planner
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (7)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template ul Inherits stock.product_template_kanban_stock_view
product_template_search_form_view_stock product.template.search.stock.form.inherit product.template filter Inherits stock.product_template_search_form_view_stock
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (3)

New fields (1)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_reserved' digits=UNIT search='_search_quantity_unreserved' string='Qty Available Not Reserved'
Public methods (0)

No public methods.

New fields (1)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits=UNIT search='_search_quantity_unreserved' string='Quantity On Hand Unreserved'
Public methods (1)
  • action_open_quants_unreserved(self)
    @api.multi

New fields (1)
  • contains_unreserved Boolean
    compute='_compute_contains_unreserved' store=True string='Contains unreserved products'
Public methods (0)

No public methods.

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/10.0/stock_available_unreserved
VERSION
VERSION 1.0.2
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
COMMITTERS
COMMITTERSStefan Rijnhart, mreficent, Denis Roussel, Lois Rilo, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:19:55
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template ul Inherits stock.product_template_kanban_stock_view
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (2)

New fields (2)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_res' digits=UNIT string='Qty Available Not Reserved'
  • qty_available_stock_text Char
    compute='_compute_qty_available_not_res' string='Available per stock'
Public methods (0)

No public methods.

New fields (2)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits=UNIT string='Quantity On Hand Unreserved'
  • qty_available_stock_text Char
    compute='_compute_product_available_not_res' string='Unreserved stock quantity'
Public methods (1)
  • action_open_quants_unreserved(self)
    @api.multi
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/9.0/stock_available_unreserved
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
COMMITTERS
COMMITTERSGitHub, OCA Transbot, oca-travis, Weblate
WEBSITE
WEBSITEhttps://www.odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:15:20
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - 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

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template ul Inherits stock.product_template_kanban_stock_view
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (2)

New fields (2)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_res' digits=UNIT string='Qty Available Not Reserved'
  • qty_available_stock_text Char
    compute='_compute_qty_available_not_res' string='Available per stock'
Public methods (0)

No public methods.

New fields (2)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits=UNIT string='Quantity On Hand Unreserved'
  • qty_available_stock_text Char
    compute='_compute_product_available_not_res' string='Unreserved stock quantity'
Public methods (1)
  • action_open_quants_unreserved(self)
    @api.multi
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/8.0/stock_available_unreserved
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONYes
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Eficent Business and IT Consulting Services S.L
COMMITTERS
COMMITTERSOCA Transbot, jbeficent, oca-travis, Weblate, OCA-git-bot
WEBSITE
WEBSITEhttps://www.odoo-community.org
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:11:21
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - stock
    - product
    - base
    - decimal_precision
    - mail
    - base_setup
    - web_kanban
    - web
    - report
    - procurement
    - board
    - web_kanban_gauge
    - web_kanban_sparkline
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (6)
XML IDNameModelTypeStatus
product_form_view_procurement_button product.product.procurement product.product div Inherits stock.product_form_view_procurement_button
product_template_form_view_procurement_button product.template_procurement product.template div Inherits stock.product_template_form_view_procurement_button
product_template_kanban_stock_view Product Template Kanban Stock product.template ul Inherits stock.product_template_kanban_stock_view
quant_search_view stock.quant.search stock.quant field Inherits stock.quant_search_view
view_stock_product_template_tree product.template.stock.tree.inherit product.template field Inherits stock.view_stock_product_template_tree
view_stock_product_tree product.stock.tree.inherit product.product field Inherits stock.view_stock_product_tree
Models touched (2)

New fields (2)
  • qty_available_not_res Float
    compute='_compute_qty_available_not_res' digits=UNIT string='Qty Available Not Reserved'
  • qty_available_stock_text Char
    compute='_compute_qty_available_not_res' string='Available per stock'
Public methods (0)

No public methods.

New fields (2)
  • qty_available_not_res Float
    compute='_compute_product_available_not_res' digits=UNIT string='Quantity On Hand Unreserved'
  • qty_available_stock_text Char
    compute='_compute_product_available_not_res' string='Unreserved stock quantity'
Public methods (1)
  • action_open_quants_unreserved(self)
    @api.multi