Add stock_location_tray

Extracted from stock_vertical_lift
(https://github.com/OCA/stock-logistics-warehouse/pull/633)

Add tray types to stock locations, automatically generates
sub-locations. Present them nicely with a custom widget.
This commit is contained in:
Guewen Baconnier
2019-09-19 11:34:24 +02:00
parent 2593bcfb2d
commit 78f6847f29
25 changed files with 1764 additions and 0 deletions

View File

@@ -0,0 +1 @@
../../../../stock_location_tray

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)