Stock Picking Product Availability Inline

stock_picking_product_availability_inline
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_picking_product_availability_inline
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, Carlos Roca
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-availability
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:19
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_view_inheritance_extension
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 extends the functionality of 'Warehouse Management' to show
you the stock availability (Free To Use Quantity) of each product as
part of its name in the product drop-down widget on stock picking.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_form stock.picking xpath Inherits stock.view_picking_form
view_stock_move_line_detailed_operation_tree stock.move.line xpath Inherits stock.view_stock_move_line_detailed_operation_tree
Models touched (3)

New fields (0)

No new fields.

Public methods (1)
  • name_search(self, name='', args=None, operator='ilike', limit=100)
    @api.model

New fields (1)
  • picking_type_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' related='picking_id.picking_type_id.warehouse_id' string='Stock picking type warehouse'
Public methods (0)

No public methods.

New fields (1)
  • picking_type_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' related='picking_type_id.warehouse_id' string='Stock picking type warehouse'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/15.0/stock_picking_product_availability_inline
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSsergio-teruel, Weblate, OCA-git-bot, oca-ci, josep-tecnativa
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:46:37
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_view_inheritance_extension
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 astor
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_form stock.picking xpath Inherits stock.view_picking_form
view_stock_move_line_detailed_operation_tree stock.move.line xpath Inherits stock.view_stock_move_line_detailed_operation_tree
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • name_get(self)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (1)
  • picking_type_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' related='picking_id.picking_type_id.warehouse_id' string='Stock picking type warehouse'
Public methods (0)

No public methods.

New fields (1)
  • picking_type_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' related='picking_type_id.warehouse_id' string='Stock picking type warehouse'
Public methods (0)

No public methods.

REPOSITORY
REPOSITORYOCA/stock-logistics-workflow
GIT
GIThttps://github.com/OCA/stock-logistics-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/stock-logistics-workflow/tree/13.0/stock_picking_product_availability_inline
VERSION
VERSION 1.1.1
CATEGORY
CATEGORYWarehouse Management
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSTecnativa, Odoo Community Association (OCA)
MAINTAINERS
MAINTAINERSTecnativa, Odoo Community Association (OCA)
COMMITTERS
COMMITTERSsergio-teruel, Ernesto Tejeda, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:15
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/server-tools:
    - base_view_inheritance_extension
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES astor
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_picking_form stock.picking xpath Inherits stock.view_picking_form
view_stock_move_line_detailed_operation_tree stock.move.line xpath Inherits stock.view_stock_move_line_detailed_operation_tree
Models touched (4)

New fields (0)

No new fields.

Public methods (1)
  • name_get(self)

New fields (0)

No new fields.

Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id')
    Avoid calling product name_get method several times with 'sp_product_stock_inline' context key.

New fields (1)
  • picking_type_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' related='picking_id.picking_type_id.warehouse_id' string='Stock picking type warehouse'
Public methods (1)
  • onchange_product_id(self)
    @api.onchange('product_id')
    Avoid calling product name_get method several times with 'sp_product_stock_inline' context key.

New fields (1)
  • picking_type_warehouse_id Many2one → stock.warehouse
    comodel_name='stock.warehouse' related='picking_type_id.warehouse_id' string='Stock picking type warehouse'
Public methods (0)

No public methods.