mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-18 13:06:34 -06:00
[FIX] readme 8.0 style
This commit is contained in:
parent
58bc75c4b5
commit
070debbd44
46
attachment_preview/README.rst
Normal file
46
attachment_preview/README.rst
Normal file
@ -0,0 +1,46 @@
|
|||||||
|
Preview attachments
|
||||||
|
===================
|
||||||
|
|
||||||
|
This addon allows to preview attachments supported by http://viewerjs.org.
|
||||||
|
|
||||||
|
Currently, that's most Libreoffice files and PDFs.
|
||||||
|
|
||||||
|
Installation
|
||||||
|
============
|
||||||
|
|
||||||
|
For filetype recognition, you'll get the best results by installing
|
||||||
|
``python-magic``::
|
||||||
|
|
||||||
|
sudo apt-get install python-magic
|
||||||
|
|
||||||
|
Usage
|
||||||
|
=====
|
||||||
|
|
||||||
|
The module adds a little print preview icon right of download links for
|
||||||
|
attachments or binary fields.
|
||||||
|
|
||||||
|
Credits
|
||||||
|
=======
|
||||||
|
|
||||||
|
Addon icon
|
||||||
|
----------
|
||||||
|
|
||||||
|
* courtesy of http://commons.wikimedia.org/wiki/Crystal_Clear
|
||||||
|
|
||||||
|
Contributors
|
||||||
|
------------
|
||||||
|
|
||||||
|
* Holger Brunn <hbrunn@therp.nl>
|
||||||
|
|
||||||
|
Maintainer
|
||||||
|
----------
|
||||||
|
|
||||||
|
.. image:: http://odoo-community.org/logo.png
|
||||||
|
:alt: Odoo Community Association
|
||||||
|
:target: http://odoo-community.org
|
||||||
|
|
||||||
|
This module is maintained by the OCA.
|
||||||
|
|
||||||
|
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
|
||||||
|
|
||||||
|
To contribute to this module, please visit http://odoo-community.org.
|
@ -24,19 +24,7 @@
|
|||||||
"author": "Therp BV",
|
"author": "Therp BV",
|
||||||
"license": "AGPL-3",
|
"license": "AGPL-3",
|
||||||
"complexity": "normal",
|
"complexity": "normal",
|
||||||
"description": """
|
'summary': 'Preview attachments supported by Viewer.js',
|
||||||
This addon allows to preview attachments supported by http://viewerjs.org.
|
|
||||||
|
|
||||||
Currently, that's most Libreoffice files and PDFs.
|
|
||||||
|
|
||||||
For filetype recognition, you'll get the best results by installing
|
|
||||||
``python-magic``.
|
|
||||||
|
|
||||||
Acknowledgements
|
|
||||||
================
|
|
||||||
|
|
||||||
Addon icon courtesy of http://commons.wikimedia.org/wiki/Crystal_Clear
|
|
||||||
""",
|
|
||||||
"category": "Knowledge Management",
|
"category": "Knowledge Management",
|
||||||
"depends": [
|
"depends": [
|
||||||
'web',
|
'web',
|
||||||
|
Loading…
Reference in New Issue
Block a user