Browse Source

[ADD] setup.py

pull/589/head
OCA Git Bot 8 years ago
parent
commit
a196deb2df
  1. 1
      setup/web_chatter_paste/odoo/__init__.py
  2. 1
      setup/web_chatter_paste/odoo/addons/__init__.py
  3. 1
      setup/web_chatter_paste/odoo/addons/web_chatter_paste
  4. 6
      setup/web_chatter_paste/setup.py
  5. 1
      setup/web_search_with_and/odoo/__init__.py
  6. 1
      setup/web_search_with_and/odoo/addons/__init__.py
  7. 1
      setup/web_search_with_and/odoo/addons/web_search_with_and
  8. 6
      setup/web_search_with_and/setup.py

1
setup/web_chatter_paste/odoo/__init__.py

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

1
setup/web_chatter_paste/odoo/addons/__init__.py

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

1
setup/web_chatter_paste/odoo/addons/web_chatter_paste

@ -0,0 +1 @@
../../../../web_chatter_paste

6
setup/web_chatter_paste/setup.py

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

1
setup/web_search_with_and/odoo/__init__.py

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

1
setup/web_search_with_and/odoo/addons/__init__.py

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

1
setup/web_search_with_and/odoo/addons/web_search_with_and

@ -0,0 +1 @@
../../../../web_search_with_and

6
setup/web_search_with_and/setup.py

@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)
Loading…
Cancel
Save