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
736 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": "10.0.2.0.3",
  8. "author": "Therp BV, "
  9. "Tecnativa, "
  10. "Odoo Community Association (OCA)",
  11. "license": "AGPL-3",
  12. "category": "Usability",
  13. "summary": "Use a search widget in advanced search for x2x fields",
  14. "depends": [
  15. 'web_widget_domain_v11',
  16. ],
  17. "data": [
  18. 'views/templates.xml',
  19. ],
  20. "qweb": [
  21. 'static/src/xml/web_advanced_search_x2x.xml',
  22. ],
  23. "auto_install": False,
  24. 'installable': True,
  25. "application": False,
  26. }