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.

22 lines
692 B

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