[FIX] readme 8.0 style

This commit is contained in:
Holger Brunn 2015-01-19 09:28:39 +01:00 committed by tarteo
parent 58bc75c4b5
commit 070debbd44
2 changed files with 47 additions and 13 deletions

View 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.

View File

@ -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',