3
0
Fork 0

[ADD] setup.py

12.0
OCA-git-bot 2019-11-26 17:20:36 +00:00
parent 691f2e14b2
commit 1516556fba
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20191120.0
12.0.20191126.0

View File

@ -22,6 +22,7 @@ setuptools.setup(
'odoo12-addon-web_group_by_percentage',
'odoo12-addon-web_ir_actions_act_multi',
'odoo12-addon-web_ir_actions_act_view_reload',
'odoo12-addon-web_ir_actions_act_window_message',
'odoo12-addon-web_listview_range_select',
'odoo12-addon-web_m2x_options',
'odoo12-addon-web_no_bubble',

View File

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

View File

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