[IMP] web_notify_channel_message: pre-commit stuff

pull/2543/head
DavidJForgeFlow 2023-06-27 12:34:33 +02:00
parent 53d1d04e9d
commit b1fa67c58b
2 changed files with 7 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,
)