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.

22 lines
683 B

  1. # Copyright 2016 Eficent Business and IT Consulting Services S.L.
  2. # (http://www.eficent.com)
  3. # Copyright 2016 Serpent Consulting Services Pvt. Ltd.
  4. # (<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": "12.0.1.0.0",
  9. "author": "Eficent,"
  10. "SerpentCS,"
  11. "Tecnativa,"
  12. "Odoo Community Association (OCA)",
  13. "website": "https://github.com/OCA/social",
  14. "category": "Social",
  15. "data": [
  16. "data/trgm_index_data.xml",
  17. ],
  18. "depends": ["mail", "base_search_fuzzy"],
  19. "license": "AGPL-3",
  20. 'installable': True,
  21. }