[ADD] setup.py

pull/1003/head
OCA Git Bot 2018-07-21 05:44:47 +02:00
parent 8600973980
commit 818b20b9c5
5 changed files with 11 additions and 1 deletions

View File

@ -1 +1 @@
11.0.20180622.0
11.0.20180721.0

View File

@ -11,6 +11,7 @@ setuptools.setup(
'odoo11-addon-web_action_conditionable',
'odoo11-addon-web_decimal_numpad_dot',
'odoo11-addon-web_dialog_size',
'odoo11-addon-web_disable_export_group',
'odoo11-addon-web_environment_ribbon',
'odoo11-addon-web_favicon',
'odoo11-addon-web_group_expand',

View File

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

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