Merge pull request #491 from JayVora-SerpentCS/10-web-notify

Migrated web notify
This commit is contained in:
Stéphane Bidoul (ACSONE)
2016-12-12 17:28:53 +01:00
committed by GitHub
9 changed files with 20 additions and 9 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_notify

View File

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