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

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