|
@ -1,36 +1,14 @@ |
|
|
############################################################################## |
|
|
|
|
|
# |
|
|
|
|
|
# OpenERP, Open Source Management Solution |
|
|
|
|
|
# Copyright (C) 2015 by UAB Versada (Ltd.) <http://www.versada.lt> |
|
|
|
|
|
# and contributors. |
|
|
|
|
|
# |
|
|
|
|
|
# All Rights Reserved. |
|
|
|
|
|
# |
|
|
|
|
|
# This program is free software: you can redistribute it and/or modify |
|
|
|
|
|
# it under the terms of the GNU General Public License as published by |
|
|
|
|
|
# the Free Software Foundation, either version 3 of the License, or |
|
|
|
|
|
# (at your option) any later version. |
|
|
|
|
|
# |
|
|
|
|
|
# This program is distributed in the hope that it will be useful, |
|
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
|
|
|
|
# GNU General Public License for more details. |
|
|
|
|
|
# |
|
|
|
|
|
# You should have received a copy of the GNU General Public License |
|
|
|
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
|
# |
|
|
|
|
|
############################################################################## |
|
|
|
|
|
|
|
|
# -*- coding: utf-8 -*- |
|
|
|
|
|
# This file is part of OpenERP. The COPYRIGHT file at the top level of |
|
|
|
|
|
# this module contains the full copyright notices and license terms. |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
'name': "Force AND on Search Input", |
|
|
|
|
|
|
|
|
'name': "Use AND conditions on omnibar search", |
|
|
'version': '0.1', |
|
|
'version': '0.1', |
|
|
'author': 'Versada UAB, Odoo Community Association (OCA)', |
|
|
'author': 'Versada UAB, Odoo Community Association (OCA)', |
|
|
'category': 'web', |
|
|
'category': 'web', |
|
|
'website': 'http://www.versada.lt', |
|
|
'website': 'http://www.versada.lt', |
|
|
'description': """ |
|
|
'description': """ |
|
|
Force AND on Search Input |
|
|
|
|
|
========================= |
|
|
|
|
|
|
|
|
|
|
|
When searching for records on same field Odoo joins multiple queries with OR. |
|
|
When searching for records on same field Odoo joins multiple queries with OR. |
|
|
For example: |
|
|
For example: |
|
|
|
|
|
|
|
|