Browse Source

[DOC] add description to mail_sent

pull/2/head
Ivan Yelizariev 9 years ago
parent
commit
9f4e93b26c
  1. 7
      README.rst
  2. 4
      __openerp__.py
  3. 49
      static/description/index.html
  4. BIN
      static/description/menu.png
  5. BIN
      static/description/messages.png

7
README.rst

@ -1,5 +1,8 @@
Adds "Sent" box. It's the same as archive but filtered by Author.
Sentbox
=======
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
Description: https://apps.odoo.com/apps/modules/8.0/mail_sent/
Further information and discussion: https://yelizariev.github.io/odoo/module/2015/02/19/sentbox.html
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d

4
__openerp__.py

@ -1,9 +1,11 @@
{
'name' : 'Sent mails menu',
'name' : 'Sentbox',
'version' : '1.0.0',
'author' : 'Ivan Yelizariev',
'category' : 'Social Network',
'website' : 'https://yelizariev.github.io',
'price': 9.00,
'currency': 'EUR',
'depends' : ['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">Sentbox</h2>
<h3 class="oe_slogan">Quick way to check sent messages</h3>
</div>
<div class="oe_span6">
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="menu.png"/>
</div>
</div>
<div class="oe_span6">
<p class="oe_mt32">
The module adds usual menu.
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
This menu shows messages in threads (like in other menus), but shows only sent messages.
</p>
</div>
<div class="oe_span12">
<div class="oe_demo oe_picture oe_screenshot">
<img src="messages.png?1"/>
</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/menu.png

After

Width: 217  |  Height: 167  |  Size: 5.8 KiB

BIN
static/description/messages.png

After

Width: 625  |  Height: 217  |  Size: 37 KiB

Loading…
Cancel
Save