Repository
OCA/stock-logistics-warehouse · module folder · Try on Runboat
Module version
1.0.0
Category
Stock Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/stock-logistics-warehouse
Last tracking update
2026-08-07 09:06:24
Authors
Camptocamp, Odoo Community Association (OCA), BCIM, Okia
Maintainers
Camptocamp, Odoo Community Association (OCA), BCIM, Okia
Committers
Weblate, OCA-git-bot, oca-ci, eugenio
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module adds position attributes on stock location such as:

- Corridor
- Row
- Rack
- Level

and renames position (XYZ) to box (XYZ).

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
stock_location_form_inherit stock.location.inherit stock.location form Inherits stock.view_location_form
view_location_search view.location.search.inherit stock.location search Inherits stock.view_location_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (1)

New fields (7)
  • corridor Char
    help='Define as the street'
  • level Char
    help='Define as the floor of the house'
  • posx Integer
    help='Optional (X) coordinate of the bin if the location is split in several parts. (e.g. drawer storage)' args: 'Box (X)'
  • posy Integer
    help='Optional (Y) coordinate of the bin if the location is split in several parts. (e.g. drawer storage)' args: 'Box (Y)'
  • posz Integer
    help='Optional (Z) coordinate of the bin if the location is split in several parts. (e.g. storage tray)' args: 'Box (Z)'
  • rack Char
    help='Define as the house number within the street'
  • row Char
    help='Define as the side within the street'
Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…

Loading…