From 7bd06f3c4c8de0b93dc28b0f0c20019cfc046959 Mon Sep 17 00:00:00 2001 From: "laurent.corron" Date: Thu, 14 Nov 2019 15:50:44 +0100 Subject: [PATCH] [ADD] setup.py --- 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, +)