[ADD] setup.py

pull/577/head
OCA Git Bot 2017-03-18 04:37:03 +01:00
parent ea3c9f8118
commit 93bbd4444d
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 @@
../../../../web_hide_db_manager_link

View File

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