diff --git a/muk_web_preview_attachment/README.md b/muk_web_preview_attachment/README.md index d13a4b7..caaf30e 100644 --- a/muk_web_preview_attachment/README.md +++ b/muk_web_preview_attachment/README.md @@ -1,3 +1,4 @@ # MuK Preview Attachment -Adds a button to the Attachment Sidebar to preview the content directly in the browser. \ No newline at end of file +Adds a button to the Attachment Sidebar to preview the content directly in the browser. +The module also enables the possibility to preview attachment in the Odoo Chat Widgets. \ No newline at end of file diff --git a/muk_web_preview_attachment/__manifest__.py b/muk_web_preview_attachment/__manifest__.py index ad12af3..2eff68b 100644 --- a/muk_web_preview_attachment/__manifest__.py +++ b/muk_web_preview_attachment/__manifest__.py @@ -24,7 +24,7 @@ "summary": """Attachment Preview Dialog""", "description": """ Adds a button to the Attachment Sidebar to - preview the content directly in the browser.. + preview the content directly in the browser. """, "version": "10.0.1.0.4", "category": "Extra Tools", diff --git a/muk_web_preview_attachment/static/description/index.html b/muk_web_preview_attachment/static/description/index.html index ec09679..a22eb00 100644 --- a/muk_web_preview_attachment/static/description/index.html +++ b/muk_web_preview_attachment/static/description/index.html @@ -15,7 +15,8 @@

Overview

Adds a button to the Attachment Sidebar to - preview the content directly in the browser.

+ preview the content directly in the browser. The module also enables + the possibility to preview attachment in the Odoo Chat Widgets.

diff --git a/muk_web_preview_attachment/static/description/screenshot.png b/muk_web_preview_attachment/static/description/screenshot.png index ad35bed..bf7e54b 100644 Binary files a/muk_web_preview_attachment/static/description/screenshot.png and b/muk_web_preview_attachment/static/description/screenshot.png differ