New module web_notify

This technical module allows you to send instant notification messages from the server to the user in live.
This commit is contained in:
Laurent Mignon (ACSONE)
2016-09-20 17:56:56 +02:00
parent 531f1195d8
commit 8fa467fa1f
11 changed files with 204 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,
)