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