20 lines
497 B
Python
20 lines
497 B
Python
# -*- coding: utf-8 -*-
|
|
# (C) 2019 Smile (<http://www.smile.fr>)
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Search in attachments",
|
|
"version": "18.0.1.0.0",
|
|
"sequence": 100,
|
|
"category": "Odex30-base",
|
|
"author": "Smile",
|
|
"license": 'LGPL-3',
|
|
"website": 'http://www.smile.fr',
|
|
"description": "",
|
|
"depends": ["attachment_indexation"],
|
|
"data": [],
|
|
'installable': True,
|
|
'auto_install': True,
|
|
'application': False,
|
|
}
|