From 6b2fc04795d3bbff9b44b369723c19003339d508 Mon Sep 17 00:00:00 2001 From: Aungkokolin1997 Date: Thu, 15 Sep 2022 09:37:52 +0630 Subject: [PATCH] [IMP] mail_restrict_follower_selection: black, isort, prettier --- .../odoo/addons/mail_restrict_follower_selection | 1 + setup/mail_restrict_follower_selection/setup.py | 6 ++++++ 2 files changed, 7 insertions(+) create mode 120000 setup/mail_restrict_follower_selection/odoo/addons/mail_restrict_follower_selection create mode 100644 setup/mail_restrict_follower_selection/setup.py diff --git a/setup/mail_restrict_follower_selection/odoo/addons/mail_restrict_follower_selection b/setup/mail_restrict_follower_selection/odoo/addons/mail_restrict_follower_selection new file mode 120000 index 0000000..298f2f7 --- /dev/null +++ b/setup/mail_restrict_follower_selection/odoo/addons/mail_restrict_follower_selection @@ -0,0 +1 @@ +../../../../mail_restrict_follower_selection \ No newline at end of file diff --git a/setup/mail_restrict_follower_selection/setup.py b/setup/mail_restrict_follower_selection/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/mail_restrict_follower_selection/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)