social/mail_preview_base/readme/USAGE.rst

17 lines
457 B
ReStructuredText
Raw Normal View History

2020-09-01 21:57:16 +02:00
Creating a new preview file
~~~~~~~~~~~~~~~~~~~~~~~~~~~
You need to add the configuration in three places:
* Function `_checkAttachment` and `_hasPreview` from `mail.DocumentViewer` on
Javascript
* Qweb template `DocumentViewer.Content`
To use this module, you need to:
#. Go to Settings > Technical > Attachments
#. Create attachment with image or pdf format
#. Show preview icon in "File content"
2020-09-01 21:57:16 +02:00
As an example, you can check `mail_preview_audio`.