[ADD] web_notify_channel_message

This commit is contained in:
Jordi Ballester Alomar
2023-01-09 13:05:53 +01:00
parent 934a068a31
commit 045673f80e
9 changed files with 51 additions and 0 deletions

View File

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

View File

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