Merge PR #1257 into 14.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot
2021-09-22 11:23:32 +00:00
23 changed files with 1234 additions and 0 deletions

View File

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

View File

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