Merge PR #1437 into 13.0

Signed-off-by simahawk
This commit is contained in:
OCA-git-bot
2020-01-07 10:50:31 +00:00
31 changed files with 1982 additions and 1 deletions

View File

@@ -0,0 +1 @@
../../../../web_notify

View File

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