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.

20 lines
578 B

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