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
726 B

7 years ago
  1. # -*- coding: utf-8 -*-
  2. # © 2016 Eficent Business and IT Consulting Services S.L.
  3. # © 2016 Serpent Consulting Services Pvt. Ltd.
  4. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  5. {
  6. 'name': "Fuzzy Search",
  7. 'summary': "Fuzzy search with the PostgreSQL trigram extension",
  8. 'category': 'Uncategorized',
  9. 'version': '10.0.1.1.0',
  10. 'website': 'https://odoo-community.org/',
  11. 'author': 'bloopark systems GmbH & Co. KG, '
  12. 'Eficent, '
  13. 'Serpent CS, '
  14. 'Odoo Community Association (OCA)',
  15. 'license': 'AGPL-3',
  16. 'depends': ['base'],
  17. 'data': [
  18. 'views/trgm_index.xml',
  19. 'security/ir.model.access.csv',
  20. ],
  21. 'installable': True,
  22. }