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.

17 lines
430 B

  1. # -*- coding: utf-8 -*-
  2. {
  3. 'name': "PostgreSQL Trigram Search",
  4. 'summary': """PostgreSQL Trigram Search""",
  5. 'category': 'Uncategorized',
  6. 'version': '8.0.1.0.0',
  7. 'website': 'https://odoo-community.org/',
  8. 'author': 'Daniel Reis, Odoo Community Association (OCA)',
  9. 'license': 'AGPL-3',
  10. 'depends': [
  11. 'base',
  12. ],
  13. 'data': [
  14. 'views/trgm_index.xml',
  15. ],
  16. 'installable': True,
  17. }