mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-26 18:38:41 -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
|
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
|
||||||
=====
|
=====
|
||||||
|
@ -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': [],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user