Merge pull request #426 from acsone/9.0-ADD_web_notify-lmi

New module web_notify
This commit is contained in:
Guewen Baconnier
2016-09-24 08:20:43 +02:00
committed by GitHub
14 changed files with 273 additions and 0 deletions

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,
)