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 @@
|
||||
11.0.20180607.0
|
||||
11.0.20180613.0
|
||||
@@ -14,6 +14,7 @@ setuptools.setup(
|
||||
'odoo11-addon-web_environment_ribbon',
|
||||
'odoo11-addon-web_favicon',
|
||||
'odoo11-addon-web_group_expand',
|
||||
'odoo11-addon-web_ir_actions_act_multi',
|
||||
'odoo11-addon-web_listview_range_select',
|
||||
'odoo11-addon-web_no_bubble',
|
||||
'odoo11-addon-web_notify',
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../../../../web_ir_actions_act_multi
|
||||
2
setup/web_ir_actions_act_multi/setup.cfg
Normal file
2
setup/web_ir_actions_act_multi/setup.cfg
Normal file
@@ -0,0 +1,2 @@
|
||||
[bdist_wheel]
|
||||
universal=1
|
||||
6
setup/web_ir_actions_act_multi/setup.py
Normal file
6
setup/web_ir_actions_act_multi/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