Vertical Lift - Storage Type

stock_vertical_lift_storage_type
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_vertical_lift_storage_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSJacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:30:06
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_packaging_dimension
    - product_logistics_uom
OCA/server-tools:
    - base_partition
OCA/stock-logistics-putaway:
    - stock_storage_type
    - stock_putaway_hook
OCA/stock-logistics-tracking:
    - stock_quant_package_dimension
    - stock_quant_package_product_packaging
OCA/stock-logistics-warehouse:
    - stock_vertical_lift
    - stock_location_tray
    - stock_location_fill_state
    - stock_location_pending_move
    - stock_storage_category_capacity_name
OCA/web:
    - web_notify
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
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION
Compatibility layer between Stock Vertical Lift and Putaway Storage
Types (OCA/stock-logistics-putaway).

In the vertical lift's Putaway screen, when a good is scanned for a
putaway, the user has to scan the tray type of the corresponding size,
so an empty place in a matching tray is found. When we use storage
types, we should know what tray is compatible with the storage type.

Changes with this module:

- The storage types of trays cannot be selected in the locations form,
  they have to be set in the Tray types.
- In the lift put-away screen, when a package has a storage type, the
  user isn't asked to scan a tray type, instead, the putaway of the
  Package Storage Type is applied.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_location_form stock.location.form.vertical.lift.storage.type stock.location field Inherits stock_storage_type.view_location_form_inherit
view_stock_location_tray_type_form stock.location.tray.type.form stock.location.tray.type group Inherits stock_location_tray.view_stock_location_tray_type_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, values)

New fields (1)
  • storage_category_id Many2one → stock.storage.category
    comodel_name='stock.storage.category' string='Storage Category'
Public methods (1)
  • write(self, values)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

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_vertical_lift_storage_type
VERSION
VERSION 1.1.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSoca-travis, Weblate, OCA-git-bot, Hai Lang, Mmequignon
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:40:56
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_packaging_dimension
    - product_logistics_uom
OCA/server-tools:
    - base_m2m_custom_field
OCA/stock-logistics-warehouse:
    - stock_vertical_lift
    - stock_location_tray
OCA/stock-logistics-workflow:
    - stock_putaway_hook
    - stock_quant_package_dimension
    - stock_quant_package_product_packaging
OCA/web:
    - web_notify
    - web_ir_actions_act_view_reload
    - web_domain_field
OCA/wms:
    - stock_storage_type
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - digest
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - resource
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_location_form stock.location.form.vertical.lift.storage.type stock.location field Inherits stock_storage_type.view_location_form_inherit
view_stock_location_tray_type_form stock.location.tray.type.form stock.location.tray.type group Inherits stock_location_tray.view_stock_location_tray_type_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, values)

New fields (1)
  • location_storage_type_ids Many2many → stock.location.storage.type
    comodel_name='stock.location.storage.type' help='Location storage types applied on the location using this tray type.'
Public methods (1)
  • write(self, values)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

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_vertical_lift_storage_type
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYStock
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSGuewen Baconnier, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/stock-logistics-warehouse
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES OCA/product-attribute:
    - product_packaging_dimension
OCA/server-tools:
    - base_m2m_custom_field
OCA/stock-logistics-warehouse:
    - stock_vertical_lift
    - stock_location_tray
OCA/stock-logistics-workflow:
    - stock_putaway_hook
    - stock_quant_package_dimension
    - stock_quant_package_product_packaging
OCA/web:
    - web_notify
    - web_ir_actions_act_view_reload
    - web_domain_field
OCA/wms:
    - stock_storage_type
odoo/odoo:
    - stock
    - product
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - uom
    - barcodes
    - base_sparse_field
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
view_location_form stock.location.form.vertical.lift.storage.type stock.location field Inherits stock_storage_type.view_location_form_inherit
view_stock_location_tray_type_form stock.location.tray.type.form stock.location.tray.type group Inherits stock_location_tray.view_stock_location_tray_type_form
Models touched (4)

New fields (0)

No new fields.

Public methods (2)
  • create(self, vals_list)
    @api.model_create_multi
  • write(self, values)

New fields (1)
  • location_storage_type_ids Many2many → stock.location.storage.type
    comodel_name='stock.location.storage.type' help='Location storage types applied on the location using this tray type.'
Public methods (1)
  • write(self, values)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.