summaryrefslogtreecommitdiff
path: root/addons/attachment_indexation/__manifest__.py
diff options
context:
space:
mode:
Diffstat (limited to 'addons/attachment_indexation/__manifest__.py')
-rw-r--r--addons/attachment_indexation/__manifest__.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/addons/attachment_indexation/__manifest__.py b/addons/attachment_indexation/__manifest__.py
new file mode 100644
index 00000000..180b7724
--- /dev/null
+++ b/addons/attachment_indexation/__manifest__.py
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+# Part of Odoo. See LICENSE file for full copyright and licensing details.
+{
+ 'name': 'Attachments List and Document Indexation',
+ 'version': '2.1',
+ 'category': 'Hidden/Tools',
+ 'description': """
+Attachments list and document indexation
+========================================
+* Show attachment on the top of the forms
+* Document Indexation: odt, pdf, xlsx, docx
+
+The `pdfminer.six` Python library has to be installed in order to index PDF files
+""",
+ 'depends': ['web'],
+ 'installable': True,
+ 'license': 'LGPL-3',
+}