3
0
Fork 0

[ADD] setup.py

12.0
OCA-git-bot 2019-06-14 16:57:46 +00:00
parent d1086e601e
commit c47fce5fa6
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20190604.1
12.0.20190614.0

View File

@ -25,6 +25,7 @@ setuptools.setup(
'odoo12-addon-web_notify',
'odoo12-addon-web_responsive',
'odoo12-addon-web_searchbar_full_width',
'odoo12-addon-web_switch_context_warning',
'odoo12-addon-web_timeline',
'odoo12-addon-web_tree_duplicate',
'odoo12-addon-web_tree_dynamic_colored_field',

View File

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

View File

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