[ADD] setup.py

pull/1721/head
OCA-git-bot 2020-10-08 13:49:18 +00:00
parent b1185cf93c
commit 0405bacb3d
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20200717.0
11.0.20201008.0

View File

@ -45,6 +45,7 @@ setuptools.setup(
'odoo11-addon-web_view_calendar_list',
'odoo11-addon-web_view_transition',
'odoo11-addon-web_widget_bokeh_chart',
'odoo11-addon-web_widget_child_selector',
'odoo11-addon-web_widget_color',
'odoo11-addon-web_widget_digitized_signature',
'odoo11-addon-web_widget_domain_editor_dialog',

View File

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

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,
)