[ADD] setup.py

pull/1487/head
OCA-git-bot 2019-12-18 10:38:32 +00:00
parent 8e1d11c1fd
commit 56ab4d35e2
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20191013.0
11.0.20191218.0

View File

@ -27,6 +27,7 @@ setuptools.setup(
'odoo11-addon-web_m2x_options',
'odoo11-addon-web_no_bubble',
'odoo11-addon-web_notify',
'odoo11-addon-web_refresher',
'odoo11-addon-web_responsive',
'odoo11-addon-web_search_with_and',
'odoo11-addon-web_searchbar_full_width',

View File

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

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,
)