Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.1.0
Category
Stock
Folder size
0.06 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 08:42:50
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
Jacques-Etienne Baudoux, Weblate, OCA-git-bot, oca-ci, David Gallay
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 form Inherits stock_storage_type.view_location_form_inherit
view_stock_location_tray_type_form stock.location.tray.type.form stock.location.tray.type form Inherits stock_location_tray.view_stock_location_tray_type_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

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.

Loading…

Loading…