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.

21 lines
697 B

  1. # -*- coding: utf-8 -*-
  2. # © 2016 Eficent Business and IT Consulting Services S.L.
  3. # (http://www.eficent.com)
  4. # © 2016 Serpent Consulting Services Pvt. Ltd. (<http://www.serpentcs.com>)
  5. # License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
  6. {
  7. "name": "Base Search Mail Content",
  8. "version": "9.0.1.0.0",
  9. "author": "Eficent,"
  10. "SerpentCS,"
  11. "Odoo Community Association (OCA)",
  12. "website": "http://www.eficent.com",
  13. "category": "Social",
  14. "data": ["data/trgm_index_data.xml",
  15. "views/trgm_index_view.xml"],
  16. "depends": ["mail",
  17. "base_search_fuzzy"],
  18. "license": "AGPL-3",
  19. 'installable': True,
  20. }