Browse Source

[DOC] description for mail_check_immediately

pull/1/head
Ivan Yelizariev 9 years ago
parent
commit
c0551e2a16
  1. 4
      README.rst
  2. 6
      __openerp__.py
  3. 49
      static/description/index.html
  4. BIN
      static/description/issue.png
  5. BIN
      static/description/screenshot.png

4
README.rst

@ -0,0 +1,4 @@
Check mail immediately
======================
Description: https://apps.odoo.com/apps/modules/8.0/mail_check_immediately/

6
__openerp__.py

@ -1,9 +1,11 @@
{
'name' : 'Check mail immediately',
'version' : '1.0',
'version' : '1.0.0',
'author' : 'Ivan Yelizariev',
'category' : 'Tools',
'category' : 'Social Network',
'website' : 'https://yelizariev.github.io',
'price': 9.00,
'currency': 'EUR',
'depends' : ['base', 'web', 'fetchmail', 'mail'],
'data': [
'views.xml',

49
static/description/index.html

@ -0,0 +1,49 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Check mail immediately</h2>
<h3 class="oe_slogan">Keep your inbox up to date</h3>
</div>
<div class="oe_span12">
<div class="oe_demo oe_picture oe_screenshot">
<img src="screenshot.png?"/>
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2>Protect your business</h2>
</div>
<div class="oe_span6">
<p class="oe_mt32">
<a href="https://github.com/odoo/odoo/issues/7464">Sometimes</a> odoo mail fetching system doesn't work for really long time. It could be a real problem, if you will not notice it on time. Until this issue is fixed, you can restart odoo every time when you see that last fetching time is more than 5 minutes.
</p>
</div>
<div class="oe_span6">
<div class="oe_picture">
<img src="issue.png?3"/>
</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/issue.png

After

Width: 217  |  Height: 140  |  Size: 8.5 KiB

BIN
static/description/screenshot.png

After

Width: 840  |  Height: 447  |  Size: 88 KiB

Loading…
Cancel
Save