[ADD] setup.py

pull/311/head
OCA Git Bot 2017-04-26 04:38:11 +02:00
parent 31f54762e8
commit f3d8480afd
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 @@
../../../customer_activity_statement

View File

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