[MIG] mrp_bom_location: Migration to 10.0

This commit is contained in:
rgarnau
2018-02-20 14:00:34 +01:00
parent 45ff7eba6c
commit 952e7f916d
9 changed files with 26 additions and 13 deletions

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

@@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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