[ADD] setup.py

This commit is contained in:
OCA-git-bot
2019-02-21 00:24:36 +00:00
parent 2296c72d96
commit 26b9ba268e
4 changed files with 9 additions and 1 deletions

View File

@@ -1 +1 @@
12.0.20190215.0
12.0.20190221.0

View File

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

View File

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

View File

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