From dfa4146efcb5bdac97fc19341b97fabd48d77b3b Mon Sep 17 00:00:00 2001 From: Benoit Aimont Date: Thu, 16 Feb 2023 15:53:20 +0100 Subject: [PATCH] [IMP] web_notify: pre-commit stuff --- setup/web_notify/odoo/addons/web_notify | 1 + setup/web_notify/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/web_notify/odoo/addons/web_notify create mode 100644 setup/web_notify/setup.py diff --git a/setup/web_notify/odoo/addons/web_notify b/setup/web_notify/odoo/addons/web_notify new file mode 120000 index 000000000..f778fe739 --- /dev/null +++ b/setup/web_notify/odoo/addons/web_notify @@ -0,0 +1 @@ +../../../../web_notify \ No newline at end of file diff --git a/setup/web_notify/setup.py b/setup/web_notify/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_notify/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)