Merge PR #1048 into 14.0

Signed-off-by hparfr
This commit is contained in:
OCA-git-bot
2021-04-19 12:30:09 +00:00
15 changed files with 836 additions and 0 deletions

View File

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

View File

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