3
0
Fork 0

[ADD] setup.py

8.0
OCA Git Bot 2018-08-27 05:38:17 +02:00
parent c8bff2e5fb
commit 86b5e2c791
5 changed files with 10 additions and 1 deletions

View File

@ -1 +1 @@
8.0.20180627.0
8.0.20180827.0

View File

@ -38,6 +38,7 @@ setuptools.setup(
'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_column',
'odoo8-addon-web_listview_custom_element_number',
'odoo8-addon-web_listview_show_advanced_search',
'odoo8-addon-web_m2x_options',

View File

@ -0,0 +1 @@
__import__('pkg_resources').declare_namespace(__name__)

View File

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

View File

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