mirror of https://github.com/OCA/web.git
23 lines
713 B
Python
23 lines
713 B
Python
# 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": "12.0.1.0.0",
|
|
"website": "https://github.com/OCA/web",
|
|
"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",
|
|
],
|
|
}
|