Add setup

This commit is contained in:
Laurent Mignon
2016-10-03 18:04:11 +02:00
parent 0b4945849e
commit b6383bbe9a
4 changed files with 9 additions and 1 deletions

View File

@@ -30,7 +30,7 @@ templates.
The py3o.template package is required; install it with:
pip install py3o.template
''',
'version': '8.0.2.1',
'version': '9.0.1.0.0',
'category': 'Reporting',
'author': 'XCG Consulting',
'website': 'http://odoo.consulting/',

View File

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

View File

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

View File

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