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, +)