[ADD] setup.py

pull/2108/head
OCA-git-bot 2021-12-06 15:04:42 +00:00
parent 61b71ec856
commit 0ae83b84a6
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
14.0.20211201.0 14.0.20211206.0

View File

@ -23,6 +23,7 @@ setuptools.setup(
'odoo14-addon-web_group_expand', 'odoo14-addon-web_group_expand',
'odoo14-addon-web_ir_actions_act_multi', 'odoo14-addon-web_ir_actions_act_multi',
'odoo14-addon-web_ir_actions_act_view_reload', 'odoo14-addon-web_ir_actions_act_view_reload',
'odoo14-addon-web_ir_actions_act_window_message',
'odoo14-addon-web_listview_range_select', 'odoo14-addon-web_listview_range_select',
'odoo14-addon-web_m2x_options', 'odoo14-addon-web_m2x_options',
'odoo14-addon-web_m2x_options_manager', 'odoo14-addon-web_m2x_options_manager',

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