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.

26 lines
689 B

  1. # -*- coding: utf-8 -*-
  2. # Copyright 2015 Therp BV <http://therp.nl>
  3. # Copyright 2017 Tecnativa - Vicent Cubells
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. "name": "Search x2x fields",
  7. "version": "9.0.1.0.0",
  8. "author": "Therp BV, "
  9. "Odoo Community Association (OCA)",
  10. "license": "AGPL-3",
  11. "category": "Usability",
  12. "summary": "Use a search widget in advanced search for x2x fields",
  13. "depends": [
  14. 'web',
  15. ],
  16. "data": [
  17. 'views/templates.xml',
  18. ],
  19. "qweb": [
  20. 'static/src/xml/web_advanced_search_x2x.xml',
  21. ],
  22. "auto_install": False,
  23. "installable": True,
  24. "application": False,
  25. }