Files
web/setup/web_notify/setup.py
Laurent Mignon (ACSONE) 8fa467fa1f New module web_notify
This technical module allows you to send instant notification messages from the server to the user in live.
2016-09-20 17:56:56 +02:00

7 lines
100 B
Python

import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)