Browse Source

Update

pull/5/head
Mathias Markl 7 years ago
parent
commit
9f6836af30
  1. 3
      muk_web_preview_attachment/README.md
  2. 2
      muk_web_preview_attachment/__manifest__.py
  3. 3
      muk_web_preview_attachment/static/description/index.html
  4. BIN
      muk_web_preview_attachment/static/description/screenshot.png

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

2
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",

3
muk_web_preview_attachment/static/description/index.html

@ -15,7 +15,8 @@
<div class="oe_picture">
<h3 class="oe_slogan">Overview</h3>
<p class="oe_mt32">Adds a button to the Attachment Sidebar to
preview the content directly in the browser.</p>
preview the content directly in the browser. The module also enables
the possibility to preview attachment in the Odoo Chat Widgets.</p>
</div>
</div>
</section>

BIN
muk_web_preview_attachment/static/description/screenshot.png

Before

Width: 803  |  Height: 288  |  Size: 58 KiB

After

Width: 784  |  Height: 274  |  Size: 59 KiB

Loading…
Cancel
Save