From b1fa67c58b6e5297cff6f7a2a81e19601b4c4cb7 Mon Sep 17 00:00:00 2001 From: DavidJForgeFlow Date: Tue, 27 Jun 2023 12:34:33 +0200 Subject: [PATCH] [IMP] web_notify_channel_message: pre-commit stuff --- .../odoo/addons/web_notify_channel_message | 1 + setup/web_notify_channel_message/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/web_notify_channel_message/odoo/addons/web_notify_channel_message create mode 100644 setup/web_notify_channel_message/setup.py diff --git a/setup/web_notify_channel_message/odoo/addons/web_notify_channel_message b/setup/web_notify_channel_message/odoo/addons/web_notify_channel_message new file mode 120000 index 000000000..2f4f9a844 --- /dev/null +++ b/setup/web_notify_channel_message/odoo/addons/web_notify_channel_message @@ -0,0 +1 @@ +../../../../web_notify_channel_message \ No newline at end of file diff --git a/setup/web_notify_channel_message/setup.py b/setup/web_notify_channel_message/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_notify_channel_message/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)