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
17 lines
430 B
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "PostgreSQL Trigram Search",
|
|
'summary': """PostgreSQL Trigram Search""",
|
|
'category': 'Uncategorized',
|
|
'version': '8.0.1.0.0',
|
|
'website': 'https://odoo-community.org/',
|
|
'author': 'Daniel Reis, Odoo Community Association (OCA)',
|
|
'license': 'AGPL-3',
|
|
'depends': [
|
|
'base',
|
|
],
|
|
'data': [
|
|
'views/trgm_index.xml',
|
|
],
|
|
'installable': True,
|
|
}
|