From ed1c8fc9679a39e0f9d1fbccd8c4d88fcb933fbe Mon Sep 17 00:00:00 2001 From: "adrien.didenot" Date: Thu, 2 Feb 2017 16:57:27 +0100 Subject: [PATCH] [MIG] Migrate web_search_with_and from 8.0 to 10.0 --- web_search_with_and/README.rst | 13 ++++- .../{__openerp__.py => __manifest__.py} | 4 +- web_search_with_and/data/data.xml | 16 +++--- .../static/description/icon.png | Bin 0 -> 9455 bytes web_search_with_and/static/src/js/search.js | 54 +++++++++++------- 5 files changed, 52 insertions(+), 35 deletions(-) rename web_search_with_and/{__openerp__.py => __manifest__.py} (83%) create mode 100644 web_search_with_and/static/description/icon.png diff --git a/web_search_with_and/README.rst b/web_search_with_and/README.rst index cccf346ec590..1afa9e24c33f 100644 --- a/web_search_with_and/README.rst +++ b/web_search_with_and/README.rst @@ -26,7 +26,15 @@ Usage .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/162/8.0 + :target: https://runbot.odoo-community.org/runbot/162/10.0 + +Bug Tracker +=========== + +Bugs are tracked on `GitHub Issues +`_. In case of trouble, please +check there if your issue has already been reported. If you spotted it first, +help us smash it by providing detailed and welcomed feedback. Credits ======= @@ -35,6 +43,7 @@ Contributors ------------ * Andrius Preimantas +* Adrien Didenot Maintainer ---------- @@ -49,4 +58,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. +To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/web_search_with_and/__openerp__.py b/web_search_with_and/__manifest__.py similarity index 83% rename from web_search_with_and/__openerp__.py rename to web_search_with_and/__manifest__.py index 0a3b7222ad7d..71cfa00e344c 100644 --- a/web_search_with_and/__openerp__.py +++ b/web_search_with_and/__manifest__.py @@ -1,10 +1,10 @@ # -*- coding: utf-8 -*- -# © 2015 Andrius Preimantas +# Copyright 2015 Andrius Preimantas # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { 'name': "Use AND conditions on omnibar search", - 'version': '8.0.1.0.0', + 'version': '10.0.1.0.0', 'author': 'Versada UAB, Odoo Community Association (OCA)', 'license': 'AGPL-3', 'category': 'web', diff --git a/web_search_with_and/data/data.xml b/web_search_with_and/data/data.xml index 83ab6b02c897..3d6a7956a9a7 100644 --- a/web_search_with_and/data/data.xml +++ b/web_search_with_and/data/data.xml @@ -1,10 +1,8 @@ - - -