mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
12.0.20191205.0
|
||||
12.0.20191206.0
|
||||
@@ -24,6 +24,7 @@ setuptools.setup(
|
||||
'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_ir_actions_close_wizard_refresh_view',
|
||||
'odoo12-addon-web_listview_range_select',
|
||||
'odoo12-addon-web_m2x_options',
|
||||
'odoo12-addon-web_no_bubble',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../web_ir_actions_close_wizard_refresh_view
|
||||
6
setup/web_ir_actions_close_wizard_refresh_view/setup.py
Normal file
6
setup/web_ir_actions_close_wizard_refresh_view/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user