# -*- coding: utf-8 -*- # © 2014 initOS GmbH & Co. KG (). # © 2016 Therp BV . # 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", ], }