3
0
Fork 0

[ADD] setup.py

11.0
OCA Git Bot 2018-05-26 09:56:08 +02:00
parent c2ebb9e820
commit cbb3132c63
7 changed files with 11 additions and 3 deletions

View File

@ -1 +1 @@
11.0.20180424.0
11.0.20180526.0

View File

@ -17,6 +17,7 @@ setuptools.setup(
'odoo11-addon-web_no_bubble',
'odoo11-addon-web_notify',
'odoo11-addon-web_responsive',
'odoo11-addon-web_search_with_and',
'odoo11-addon-web_searchbar_full_width',
'odoo11-addon-web_sheet_full_width',
'odoo11-addon-web_timeline',

View File

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

View File

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

View File

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

View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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