[ADD] Add setup

(cherry picked from commit 94e10527b9ba59987267713612a4693d1c63e020)
This commit is contained in:
Adrien Peiffer (ACSONE)
2017-04-28 08:16:44 +02:00
committed by Sylvain Van Hoof
parent 5cb7d0a9ec
commit 7cb2251220
4 changed files with 9 additions and 0 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 @@
../../../../account_credit_control

View File

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