| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-availability |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-availability.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-availability/tree/18.0/stock_available_unreserved |
| VERSION | |
| VERSION | 2.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Availability |
| 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 | Stefan Rijnhart, Weblate, OCA-git-bot, oca-ci, Daniel Duque |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-availability |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:30:19 |
| 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 | 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. |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(self)
contains_unreserved
Boolean
compute='_compute_contains_unreserved'
store=True
string='Contains unreserved products'
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/stock-logistics-availability |
| GIT | |
| GIT | https://github.com/OCA/stock-logistics-availability.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/stock-logistics-availability/tree/16.0/stock_available_unreserved |
| VERSION | |
| VERSION | 1.0.1 |
| CATEGORY | |
| CATEGORY | Warehouse Availability |
| 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 | nicolas, Weblate, OCA-git-bot, oca-ci, Daniel Duque |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/stock-logistics-availability |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:59 |
| 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 |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(self)
contains_unreserved
Boolean
compute='_compute_contains_unreserved'
store=True
string='Contains unreserved products'
No public methods.
| 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_available_unreserved |
| VERSION | |
| VERSION | 1.0.1 |
| 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 | OCA Transbot, Weblate, OCA-git-bot, oca-ci, angel, 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 |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(self)
contains_unreserved
Boolean
compute='_compute_contains_unreserved'
store=True
string='Contains unreserved products'
No public methods.
| 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_available_unreserved |
| 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 | Denis Roussel, remi-filament, sbejaoui, OCA Transbot, Sébastien Alix, oca-travis, Weblate, OCA-git-bot, Jose Zambudio Bernabeu |
| 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 |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(self)
contains_unreserved
Boolean
compute='_compute_contains_unreserved'
store=True
string='Contains unreserved products'
No public methods.
| 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_available_unreserved |
| VERSION | |
| VERSION | 1.0.2 |
| 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, hveficent, Alexei Rivera |
| 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 |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(self)
contains_unreserved
Boolean
compute='_compute_contains_unreserved'
store=True
string='Contains unreserved products'
No public methods.
| 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_available_unreserved |
| VERSION | |
| VERSION | 1.1.2 |
| 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, Andrii Skrypka, Lois Rilo, Yoshi Tashiro, OCA Transbot, oca-travis, Weblate, OCA-git-bot, Adrià Gil Sorribes, ougc27, 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 |
|---|---|---|---|---|
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 |
qty_available_not_res
Float
compute='_compute_qty_available_not_reserved'
digits=UNIT
search='_search_quantity_unreserved'
string='Qty Available Not Reserved'
No public methods.
qty_available_not_res
Float
compute='_compute_product_available_not_res'
digits=UNIT
search='_search_quantity_unreserved'
string='Quantity On Hand Unreserved'
action_open_quants_unreserved(self)
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'
No public methods.
| 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_available_unreserved |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| COMMITTERS | |
| COMMITTERS | Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, mpanarin |
| 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 |
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 |
|---|---|---|---|---|
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 |
qty_available_not_res
Float
compute='_compute_qty_available_not_reserved'
digits=UNIT
search='_search_quantity_unreserved'
string='Qty Available Not Reserved'
No public methods.
qty_available_not_res
Float
compute='_compute_product_available_not_res'
digits=UNIT
search='_search_quantity_unreserved'
string='Quantity On Hand Unreserved'
action_open_quants_unreserved(self)
contains_unreserved
Boolean
compute='_compute_contains_unreserved'
store=True
string='Contains unreserved products'
No public methods.
| 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_available_unreserved |
| VERSION | |
| VERSION | 1.0.2 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| COMMITTERS | |
| COMMITTERS | Stefan Rijnhart, mreficent, Denis Roussel, Lois Rilo, Jordi Ballester Alomar, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| 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 |
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 |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(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_available_unreserved |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| COMMITTERS | |
| COMMITTERS | GitHub, 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 |
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 |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(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/8.0/stock_available_unreserved |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Warehouse Management |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | Yes |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Eficent Business and IT Consulting Services S.L |
| COMMITTERS | |
| COMMITTERS | OCA Transbot, jbeficent, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | https://www.odoo-community.org |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - stock - product - base - decimal_precision - 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 | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
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'
action_open_quants_unreserved(self)