mirror of
https://github.com/OCA/knowledge.git
synced 2025-07-21 11:37:26 -06:00
[FIX] readme 8.0 style
This commit is contained in:
parent
1ce02e70ed
commit
f960abc32e
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",
|
||||
"license": "AGPL-3",
|
||||
"complexity": "normal",
|
||||
"description": """
|
||||
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
|
||||
""",
|
||||
'summary': 'Preview attachments supported by Viewer.js',
|
||||
"category": "Knowledge Management",
|
||||
"depends": [
|
||||
'web',
|
||||
|
Loading…
Reference in New Issue
Block a user