Merge PR #805 into 13.0

Signed-off-by ps-tubtim
This commit is contained in:
OCA-git-bot
2020-03-04 07:33:08 +00:00
12 changed files with 638 additions and 0 deletions

View File

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

View File

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