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 @@
|
||||
8.0.20180419.0
|
||||
8.0.20180607.0
|
||||
@@ -37,6 +37,7 @@ setuptools.setup(
|
||||
'odoo8-addon-web_ir_actions_act_window_none',
|
||||
'odoo8-addon-web_ir_actions_act_window_page',
|
||||
'odoo8-addon-web_last_viewed_records',
|
||||
'odoo8-addon-web_list_html_widget',
|
||||
'odoo8-addon-web_listview_custom_element_number',
|
||||
'odoo8-addon-web_listview_show_advanced_search',
|
||||
'odoo8-addon-web_m2x_options',
|
||||
|
||||
1
setup/web_list_html_widget/odoo_addons/__init__.py
Normal file
1
setup/web_list_html_widget/odoo_addons/__init__.py
Normal file
@@ -0,0 +1 @@
|
||||
__import__('pkg_resources').declare_namespace(__name__)
|
||||
1
setup/web_list_html_widget/odoo_addons/web_list_html_widget
Symbolic link
1
setup/web_list_html_widget/odoo_addons/web_list_html_widget
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../web_list_html_widget
|
||||
6
setup/web_list_html_widget/setup.py
Normal file
6
setup/web_list_html_widget/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