mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] setup.py
This commit is contained in:
@@ -1 +1 @@
|
||||
12.0.20190731.0
|
||||
12.0.20191009.0
|
||||
@@ -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',
|
||||
|
||||
1
setup/web_search_with_and/odoo/addons/web_search_with_and
Symbolic link
1
setup/web_search_with_and/odoo/addons/web_search_with_and
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../web_search_with_and
|
||||
6
setup/web_search_with_and/setup.py
Normal file
6
setup/web_search_with_and/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user