social/mail_preview_base/readme/USAGE.rst

11 lines
293 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`
As an example, you can check `mail_preview_audio`.