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.

24 lines
674 B

  1. # Copyright 2015 Therp BV <http://therp.nl>
  2. # Copyright 2017 Tecnativa - Vicent Cubells
  3. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  4. {
  5. "name": "Search x2x fields",
  6. "version": "11.0.1.0.0",
  7. "author": "Therp BV, "
  8. "Tecnativa, "
  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. "data": [
  15. 'views/templates.xml',
  16. ],
  17. "qweb": [
  18. 'static/src/xml/web_advanced_search_x2x.xml',
  19. ],
  20. "auto_install": False,
  21. "installable": True,
  22. "application": False,
  23. }