From e2d23b7c80316245742e376537d3d246322d0774 Mon Sep 17 00:00:00 2001 From: Ronald Portier Date: Thu, 29 Jun 2017 10:30:36 +0200 Subject: [PATCH] [FIX] For 6.1 module description also in manifest file. --- document_rtf_index/__openerp__.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/document_rtf_index/__openerp__.py b/document_rtf_index/__openerp__.py index e7fe2ce4..62f8ed85 100644 --- a/document_rtf_index/__openerp__.py +++ b/document_rtf_index/__openerp__.py @@ -8,6 +8,11 @@ "license": "AGPL-3", "category": "Knowledge Management", "summary": "Index rtf documents", + "description": """\ +Indexing rtf documents can take a long time, especially when they contain +images. This module will convert rtf documents to only the text contents and +index that text. + """, "depends": [ 'document', ],