[BACKPORT] Packaging UOM to v9: setup

This commit is contained in:
Thomas Binsfeld
2019-04-17 15:11:11 +02:00
parent 7b5d073b3a
commit 26a0276a4a
3 changed files with 8 additions and 0 deletions

View File

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

View File

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

View File

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