social/mail_preview_base/readme/USAGE.rst
2022-02-02 11:28:09 +05:30

11 lines
293 B
ReStructuredText

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