forked from Techsystech/web
[MIG] web_advanced_search_wildcard: Migration to 10.0
parent
facae83fc4
commit
1fc43a3327
|
@ -1,5 +1,6 @@
|
||||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
||||||
:alt: License: AGPL-3
|
:target: https://www.gnu.org/licenses/agpl
|
||||||
|
:alt: License: AGPL-3
|
||||||
|
|
||||||
============================
|
============================
|
||||||
Wildcard in advanced search
|
Wildcard in advanced search
|
||||||
|
@ -7,7 +8,6 @@ Wildcard in advanced search
|
||||||
|
|
||||||
Allows =ilike ('matches') operator to advanced search option.
|
Allows =ilike ('matches') operator to advanced search option.
|
||||||
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
Use % as a placeholder.
|
Use % as a placeholder.
|
||||||
|
@ -17,17 +17,16 @@ Example: "Zip" - 'matches' - "1%" gives all zip starting with 1
|
||||||
.. image:: /web_advanced_search_wildcard/static/description/screenshot.png
|
.. image:: /web_advanced_search_wildcard/static/description/screenshot.png
|
||||||
:alt: Screenshot
|
:alt: Screenshot
|
||||||
|
|
||||||
|
|
||||||
Also allows insensitive exact search.
|
Also allows insensitive exact search.
|
||||||
Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".
|
Example "Name" - 'matches' - "john" will find "John" and "john" but not "Johnson".
|
||||||
|
|
||||||
Bug Tracker
|
Bug Tracker
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/web/issues>`_.
|
Bugs are tracked on `GitHub Issues
|
||||||
In case of trouble, please check there if your issue has already been reported.
|
<https://github.com/OCA/web/issues>`_. In case of trouble, please
|
||||||
If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
|
check there if your issue has already been reported. If you spotted it first,
|
||||||
`here <https://github.com/OCA/web/issues/new?body=module:%20web_advanced_search_wildcard%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
help us smash it by providing detailed and welcomed feedback.
|
||||||
|
|
||||||
Credits
|
Credits
|
||||||
=======
|
=======
|
||||||
|
@ -35,7 +34,7 @@ Credits
|
||||||
Images
|
Images
|
||||||
------
|
------
|
||||||
|
|
||||||
* Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
|
* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
|
@ -43,14 +42,16 @@ Contributors
|
||||||
* Markus Schneider <markus.schneider@initos.com>
|
* Markus Schneider <markus.schneider@initos.com>
|
||||||
* Thomas Rehn <thomas.rehn@initos.com>
|
* Thomas Rehn <thomas.rehn@initos.com>
|
||||||
* L Freeke <lfreeke@therp.nl>
|
* L Freeke <lfreeke@therp.nl>
|
||||||
|
* Alex Comba <alex.comba@agilebg.com>
|
||||||
|
|
||||||
|
Do not contact contributors directly about support or help with technical issues.
|
||||||
|
|
||||||
Maintainer
|
Maintainer
|
||||||
----------
|
----------
|
||||||
|
|
||||||
.. image:: https://odoo-community.org/logo.png
|
.. image:: https://odoo-community.org/logo.png
|
||||||
:alt: Odoo Community Association
|
:alt: Odoo Community Association
|
||||||
:target: https://odoo-community.org
|
:target: https://odoo-community.org
|
||||||
|
|
||||||
This module is maintained by the OCA.
|
This module is maintained by the OCA.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,22 @@
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Copyright 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
|
||||||
|
# Copyright 2016 Therp BV <http://therp.nl>.
|
||||||
|
# Copyright 2017 Alex Comba - Agile Business Group
|
||||||
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||||
|
{
|
||||||
|
"name": "Wildcard in advanced search",
|
||||||
|
"summary": "Webmodule to add wildcard operators in advanced search field",
|
||||||
|
"version": "10.0.1.0.0",
|
||||||
|
"category": "web",
|
||||||
|
"license": "AGPL-3",
|
||||||
|
"author": "initOS GmbH & Co. KG, Therp BV, "
|
||||||
|
"Odoo Community Association (OCA)",
|
||||||
|
"application": False,
|
||||||
|
"installable": True,
|
||||||
|
"depends": [
|
||||||
|
"web"
|
||||||
|
],
|
||||||
|
"data": [
|
||||||
|
"views/template.xml",
|
||||||
|
],
|
||||||
|
}
|
|
@ -1,21 +0,0 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
# © 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
|
|
||||||
# © 2016 Therp BV <http://therp.nl>.
|
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
||||||
|
|
||||||
{
|
|
||||||
"name": "Wildcard in advanced search",
|
|
||||||
"summary": "Webmodule to add wildcard operators in advanced search field",
|
|
||||||
"version": "8.0.1.0.0",
|
|
||||||
"category": "web",
|
|
||||||
"license": 'AGPL-3',
|
|
||||||
"author": "initOS GmbH & Co. KG,Odoo Community Association (OCA),Therp BV",
|
|
||||||
"application": False,
|
|
||||||
"installable": True,
|
|
||||||
"depends": [
|
|
||||||
"web"
|
|
||||||
],
|
|
||||||
'data': [
|
|
||||||
"views/template.xml",
|
|
||||||
],
|
|
||||||
}
|
|
|
@ -1,23 +1,25 @@
|
||||||
# Translation of OpenERP Server.
|
# Translation of Odoo Server.
|
||||||
# This file contains the translation of the following modules:
|
# This file contains the translation of the following modules:
|
||||||
|
# * web_advanced_search_wildcard
|
||||||
#
|
#
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: OpenERP Server 7.0\n"
|
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2014-09-15 09:11+0000\n"
|
"POT-Creation-Date: 2017-12-12 08:19+0000\n"
|
||||||
"PO-Revision-Date: 2014-09-15 11:12+0100\n"
|
"PO-Revision-Date: 2017-12-12 09:25+0100\n"
|
||||||
"Last-Translator: M\n"
|
"Last-Translator: Alex Comba <alex.comba@agilebg.com>\n"
|
||||||
"Language-Team: \n"
|
"Language-Team: \n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: \n"
|
"Plural-Forms: \n"
|
||||||
|
"Language: it\n"
|
||||||
|
"X-Generator: Poedit 2.0.4\n"
|
||||||
|
|
||||||
#. module: web_advanced_search_wildcard
|
#. module: web_advanced_search_wildcard
|
||||||
#. openerp-web
|
#. openerp-web
|
||||||
#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:4
|
#: code:addons/web_advanced_search_wildcard/static/src/js/search.js:10
|
||||||
#, python-format
|
#, python-format
|
||||||
msgid "matches"
|
msgid "matches"
|
||||||
msgstr ""
|
msgstr "corrisponde a"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
|
@ -1,6 +1,12 @@
|
||||||
openerp.web_advanced_search_wildcard = function(instance){
|
odoo.define('web_advanced_search_wildcard', function (require) {
|
||||||
var _lt = instance.web._lt;
|
"use strict";
|
||||||
instance.web.search.ExtendedSearchProposition.Char.prototype.operators.push(
|
|
||||||
|
var core = require('web.core');
|
||||||
|
var search_filters = require('web.search_filters');
|
||||||
|
|
||||||
|
var _lt = core._lt;
|
||||||
|
|
||||||
|
search_filters.ExtendedSearchProposition.Char.prototype.operators.push(
|
||||||
{value: '=ilike', text: _lt("matches")}
|
{value: '=ilike', text: _lt("matches")}
|
||||||
);
|
);
|
||||||
};
|
});
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<openerp>
|
<odoo>
|
||||||
<data>
|
|
||||||
<template id="assets_backend" name="web_advanced_search_wildcard assets" inherit_id="web.assets_backend">
|
<template id="assets_backend" name="web_advanced_search_wildcard assets" inherit_id="web.assets_backend">
|
||||||
<xpath expr="." position="inside">
|
<xpath expr="." position="inside">
|
||||||
<script type="text/javascript" src="/web_advanced_search_wildcard/static/src/js/search.js"></script>
|
<script type="text/javascript" src="/web_advanced_search_wildcard/static/src/js/search.js"/>
|
||||||
</xpath>
|
</xpath>
|
||||||
</template>
|
</template>
|
||||||
</data>
|
|
||||||
</openerp>
|
</odoo>
|
||||||
|
|
Loading…
Reference in New Issue