diff --git a/setup/mail_full_expand/odoo/__init__.py b/setup/mail_full_expand/odoo/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/mail_full_expand/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/mail_full_expand/odoo/addons/__init__.py b/setup/mail_full_expand/odoo/addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/mail_full_expand/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/mail_full_expand/odoo/addons/mail_full_expand b/setup/mail_full_expand/odoo/addons/mail_full_expand new file mode 120000 index 00000000..6661e2a8 --- /dev/null +++ b/setup/mail_full_expand/odoo/addons/mail_full_expand @@ -0,0 +1 @@ +../../../../mail_full_expand \ No newline at end of file diff --git a/setup/mail_full_expand/setup.py b/setup/mail_full_expand/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/mail_full_expand/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/setup/mail_optional_autofollow/odoo/__init__.py b/setup/mail_optional_autofollow/odoo/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/mail_optional_autofollow/odoo/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/mail_optional_autofollow/odoo/addons/__init__.py b/setup/mail_optional_autofollow/odoo/addons/__init__.py new file mode 100644 index 00000000..de40ea7c --- /dev/null +++ b/setup/mail_optional_autofollow/odoo/addons/__init__.py @@ -0,0 +1 @@ +__import__('pkg_resources').declare_namespace(__name__) diff --git a/setup/mail_optional_autofollow/odoo/addons/mail_optional_autofollow b/setup/mail_optional_autofollow/odoo/addons/mail_optional_autofollow new file mode 120000 index 00000000..382ffdb7 --- /dev/null +++ b/setup/mail_optional_autofollow/odoo/addons/mail_optional_autofollow @@ -0,0 +1 @@ +../../../../mail_optional_autofollow \ No newline at end of file diff --git a/setup/mail_optional_autofollow/setup.py b/setup/mail_optional_autofollow/setup.py new file mode 100644 index 00000000..28c57bb6 --- /dev/null +++ b/setup/mail_optional_autofollow/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)