[ADD] setup.py

pull/880/head
OCA Git Bot 2018-06-13 05:44:13 +02:00
parent cc461a5431
commit d59becba8a
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20180607.0
11.0.20180613.0

View File

@ -14,6 +14,7 @@ setuptools.setup(
'odoo11-addon-web_environment_ribbon',
'odoo11-addon-web_favicon',
'odoo11-addon-web_group_expand',
'odoo11-addon-web_ir_actions_act_multi',
'odoo11-addon-web_listview_range_select',
'odoo11-addon-web_no_bubble',
'odoo11-addon-web_notify',

View File

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

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