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