3
0
Fork 0

[ADD] setup.py

12.0
OCA-git-bot 2019-10-09 09:27:39 +00:00
parent d73dc3067e
commit aee297ef98
4 changed files with 9 additions and 1 deletions

View File

@ -1 +1 @@
12.0.20190731.0
12.0.20191009.0

View File

@ -27,6 +27,7 @@ setuptools.setup(
'odoo12-addon-web_no_bubble',
'odoo12-addon-web_notify',
'odoo12-addon-web_responsive',
'odoo12-addon-web_search_with_and',
'odoo12-addon-web_searchbar_full_width',
'odoo12-addon-web_send_message_popup',
'odoo12-addon-web_switch_context_warning',

View File

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

View File

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