You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
620 B

  1. # -*- coding: utf-8 -*-
  2. # © 2014 initOS GmbH & Co. KG (<http://www.initos.com>).
  3. # © 2016 Therp BV <http://therp.nl>.
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
  5. {
  6. "name": "Wildcard in advanced search",
  7. "summary": "Webmodule to add wildcard operators in advanced search field",
  8. "version": "8.0.1.0.0",
  9. "category": "web",
  10. "license": 'AGPL-3',
  11. "author": "initOS GmbH & Co. KG,Odoo Community Association (OCA),Therp BV",
  12. "application": False,
  13. "installable": True,
  14. "depends": [
  15. "web"
  16. ],
  17. 'data': [
  18. "views/template.xml",
  19. ],
  20. }