mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 02:18:40 -06:00
[FIX] - attachment_preview: Migrated the module to 9.0 version and fixed some errors displaying the attachments files.
This commit is contained in:
parent
b12633cc56
commit
e08037aaf5
@ -9,11 +9,7 @@ Installation
|
||||
============
|
||||
|
||||
For filetype recognition, you'll get the best results by installing
|
||||
``python-magic``::
|
||||
|
||||
sudo apt-get install python-magic
|
||||
or
|
||||
pip install file-magic
|
||||
``python-magic``:: sudo apt-get install python-magic or pip install file-magic
|
||||
|
||||
Usage
|
||||
=====
|
||||
|
@ -20,7 +20,7 @@
|
||||
##############################################################################
|
||||
{
|
||||
"name": "Preview attachments",
|
||||
"version": "8.0.1.1.0",
|
||||
"version": "9.0.1.0.0",
|
||||
"author": "Therp BV,Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"complexity": "normal",
|
||||
@ -41,6 +41,6 @@
|
||||
'installable': True,
|
||||
"application": False,
|
||||
"external_dependencies": {
|
||||
'python': ['file-magic'],
|
||||
'python': [],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user