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.

27 lines
735 B

  1. # Copyright 2015 Therp BV <http://therp.nl>
  2. # Copyright 2017 Tecnativa - Vicent Cubells
  3. # Copyright 2018 Tecnativa - Jairo Llopis
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Advanced search",
  7. "version": "12.0.1.0.0",
  8. "author": "Therp BV, "
  9. "Tecnativa, "
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "category": "Usability",
  13. "summary": "Easier and more powerful searching tools",
  14. "website": "https://github.com/OCA/web",
  15. "depends": [
  16. 'web',
  17. ],
  18. "data": [
  19. 'views/templates.xml',
  20. ],
  21. "qweb": [
  22. 'static/src/xml/web_advanced_search.xml',
  23. ],
  24. "installable": True,
  25. "application": False,
  26. }