diff --git a/setup/web_search_with_and/odoo/addons/web_search_with_and b/setup/web_search_with_and/odoo/addons/web_search_with_and new file mode 120000 index 000000000..d32981712 --- /dev/null +++ b/setup/web_search_with_and/odoo/addons/web_search_with_and @@ -0,0 +1 @@ +../../../../web_search_with_and \ No newline at end of file diff --git a/setup/web_search_with_and/setup.py b/setup/web_search_with_and/setup.py new file mode 100644 index 000000000..28c57bb64 --- /dev/null +++ b/setup/web_search_with_and/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/web_search_with_and/__manifest__.py b/web_search_with_and/__manifest__.py index 50789ac78..e7166bdf5 100644 --- a/web_search_with_and/__manifest__.py +++ b/web_search_with_and/__manifest__.py @@ -1,17 +1,14 @@ # Copyright 2015 Andrius Preimantas +# Copyright 2020 ACSONE SA/NV # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). { - 'name': "Use AND conditions on omnibar search", - 'version': '12.0.1.0.0', - 'author': 'Versada UAB, Odoo Community Association (OCA)', - 'license': 'AGPL-3', - 'category': 'web', - 'website': 'https://github.com/OCA/web', - 'depends': [ - 'web', - ], - 'data': [ - 'data/data.xml', - ], + "name": "Use AND conditions on omnibar search", + "version": "13.0.1.0.0", + "author": "Versada UAB, ACSONE SA/NV, Odoo Community Association (OCA)", + "license": "AGPL-3", + "category": "web", + "website": "https://github.com/OCA/web", + "depends": ["web"], + "data": ["data/data.xml"], } diff --git a/web_search_with_and/data/data.xml b/web_search_with_and/data/data.xml index 3d6a7956a..d64ec27f4 100644 --- a/web_search_with_and/data/data.xml +++ b/web_search_with_and/data/data.xml @@ -1,8 +1,15 @@ - + -