knowledge/document_rtf_index/__openerp__.py
Ronald Portier bae6af55d3 8.0 document rtf index (#110)
* [ENH] Add module document_rtf_index.

* [FIX] Improvements after review.

- Only load indexer when module is installed;
- Protect non standard imports;
- Standardized README.rst.
2016-11-14 09:25:13 +01:00

24 lines
587 B
Python

# -*- coding: utf-8 -*-
# © 2016 Therp BV <http://therp.nl>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Index rtf documents",
"version": "8.0.1.0.0",
"author": "Therp BV, Odoo Community Association (OCA)",
"license": "AGPL-3",
"category": "Knowledge Management",
"summary": "Index rtf documents",
"depends": [
'document',
],
"data": [],
"auto_install": False,
"installable": True,
"application": False,
"external_dependencies": {
'python': [
'pyth',
],
},
}