3
0
Fork 0

[ADD] setup.py

11.0
OCA Git Bot 2018-06-22 05:43:36 +02:00
parent 75c47a4a01
commit bb5c8d5968
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20180616.0
11.0.20180622.0

View File

@ -17,6 +17,7 @@ setuptools.setup(
'odoo11-addon-web_ir_actions_act_multi',
'odoo11-addon-web_ir_actions_act_view_reload',
'odoo11-addon-web_listview_range_select',
'odoo11-addon-web_m2x_options',
'odoo11-addon-web_no_bubble',
'odoo11-addon-web_notify',
'odoo11-addon-web_responsive',

View File

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

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