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