[FIX] - attachment_preview: Migrated the module to 9.0 version and fixed some errors displaying the attachments files.

This commit is contained in:
Carlos Quiros 2016-10-19 14:04:29 -06:00
parent b12633cc56
commit e08037aaf5
2 changed files with 3 additions and 7 deletions

View File

@ -9,11 +9,7 @@ Installation
============ ============
For filetype recognition, you'll get the best results by installing For filetype recognition, you'll get the best results by installing
``python-magic``:: ``python-magic``:: sudo apt-get install python-magic or pip install file-magic
sudo apt-get install python-magic
or
pip install file-magic
Usage Usage
===== =====

View File

@ -20,7 +20,7 @@
############################################################################## ##############################################################################
{ {
"name": "Preview attachments", "name": "Preview attachments",
"version": "8.0.1.1.0", "version": "9.0.1.0.0",
"author": "Therp BV,Odoo Community Association (OCA)", "author": "Therp BV,Odoo Community Association (OCA)",
"license": "AGPL-3", "license": "AGPL-3",
"complexity": "normal", "complexity": "normal",
@ -41,6 +41,6 @@
'installable': True, 'installable': True,
"application": False, "application": False,
"external_dependencies": { "external_dependencies": {
'python': ['file-magic'], 'python': [],
}, },
} }