diff --git a/setup/microsoft_outlook_single_tenant/odoo/addons/microsoft_outlook_single_tenant b/setup/microsoft_outlook_single_tenant/odoo/addons/microsoft_outlook_single_tenant new file mode 120000 index 0000000..c2621aa --- /dev/null +++ b/setup/microsoft_outlook_single_tenant/odoo/addons/microsoft_outlook_single_tenant @@ -0,0 +1 @@ +../../../../microsoft_outlook_single_tenant \ No newline at end of file diff --git a/setup/microsoft_outlook_single_tenant/setup.py b/setup/microsoft_outlook_single_tenant/setup.py new file mode 100644 index 0000000..28c57bb --- /dev/null +++ b/setup/microsoft_outlook_single_tenant/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)