Browse Source

[DOC] description for mail_fix_empty_body

pull/1/head
Ivan Yelizariev 9 years ago
parent
commit
fa702389f5
  1. 6
      README.rst
  2. 10
      __openerp__.py
  3. 67
      static/description/index.html
  4. BIN
      static/description/receive-false.png
  5. BIN
      static/description/receive-ok.png
  6. BIN
      static/description/send.png

6
README.rst

@ -0,0 +1,6 @@
Fix "False" in empty email body
===============================
Description: https://apps.odoo.com/apps/modules/8.0/mail_fix_empty_body/
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d

10
__openerp__.py

@ -1,13 +1,11 @@
{
'name' : 'Fix "False" in empty email',
'name' : 'Fix "False" in empty email body',
'version' : '1.0.0',
'author' : 'Ivan Yelizariev',
'category' : 'Sale',
'category': 'Social Network',
'website' : 'https://yelizariev.github.io',
'description': """
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
""",
'price': 9.00,
'currency': 'EUR',
'depends' : ['mail'],
'data':[
],

67
static/description/index.html

@ -0,0 +1,67 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Fix "False" in empty email body</h2>
<h3 class="oe_slogan">Feel free to send emails without body</h3>
</div>
<div class="oe_span8">
<p class="oe_mt32">
Some time you need to send email with empty body. <br/>E.g. to send some file to partner.
</p>
</div>
<div class="oe_span8 oe_right">
<div class="oe_demo oe_picture oe_screenshot">
<img src="send.png?1"/>
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span6">
<div class="oe_demo oe_picture oe_screenshot">
<img src="receive-false.png"/>
</div>
</div>
<div class="oe_span6">
<p class="oe_mt32">
There is a bug in odoo -- it sends "False" if email body if empty.
</p>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span6">
<p class="oe_mt32">
This module just fix the issue.
</p>
</div>
<div class="oe_span6">
<div class="oe_demo oe_picture oe_screenshot">
<img src="receive-ok.png"/>
</div>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2>News &amp; updates</h2>
<p class="oe_mt32">
To get information about new interesting modules and updates, <a href="https://yelizariev.github.io/feed.xml">subscribe to our website RSS</a> or follow <a href="https://twitter.com/yelizariev" target="_blank">@yelizariev</a> on twitter.
</p>
<ul>
<li><a href="https://yelizariev.github.io" target="_blank">https://yelizariev.github.io <i class="fa fa-rss"></i> </a></li>
<li><a href="https://twitter.com/yelizariev" target="_blank">
https://twitter.com/yelizariev <i class="fa fa-twitter"></i> </a></li>
</ul>
</div>
</div>
</section>

BIN
static/description/receive-false.png

After

Width: 366  |  Height: 276  |  Size: 18 KiB

BIN
static/description/receive-ok.png

After

Width: 350  |  Height: 280  |  Size: 16 KiB

BIN
static/description/send.png

After

Width: 581  |  Height: 400  |  Size: 31 KiB

Loading…
Cancel
Save