[MIG] Migrate to 9.0

This commit is contained in:
Laurent Mignon
2016-06-22 11:34:15 +02:00
parent b7a980abcd
commit 80cd9e9024
34 changed files with 841 additions and 806 deletions

View File

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

View File

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

View File

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