3
0
Fork 0

[ADD] setup.py

11.0
OCA-git-bot 2020-04-17 17:26:12 +00:00
parent 275ce2fca9
commit be2638f3a1
8 changed files with 21 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20200401.0
11.0.20200417.0

View File

@ -46,6 +46,8 @@ setuptools.setup(
'odoo11-addon-web_widget_color',
'odoo11-addon-web_widget_digitized_signature',
'odoo11-addon-web_widget_domain_editor_dialog',
'odoo11-addon-web_widget_dropdown_dynamic',
'odoo11-addon-web_widget_dropdown_dynamic_example',
'odoo11-addon-web_widget_image_download',
'odoo11-addon-web_widget_image_url',
'odoo11-addon-web_widget_many2many_tags_multi_selection',

View File

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

View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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

View File

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

View File

@ -0,0 +1,2 @@
[bdist_wheel]
universal=1

View File

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