[ADD] setup.py

pull/1572/head
OCA-git-bot 2020-04-01 15:11:44 +00:00
parent 419a9680c7
commit add50a88dd
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20200207.0
11.0.20200401.0

View File

@ -29,6 +29,7 @@ setuptools.setup(
'odoo11-addon-web_notify',
'odoo11-addon-web_refresher',
'odoo11-addon-web_responsive',
'odoo11-addon-web_search_date',
'odoo11-addon-web_search_with_and',
'odoo11-addon-web_searchbar_full_width',
'odoo11-addon-web_send_message_popup',

View File

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

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