Browse Source

[DOC] description with screenshots

pull/2/head
Ivan Yelizariev 9 years ago
parent
commit
557c10799b
  1. 6
      README.rst
  2. 14
      __openerp__.py
  3. BIN
      images/inbox.png
  4. BIN
      static/description/icon.png
  5. BIN
      static/description/inbox-move.png
  6. BIN
      static/description/inbox.png
  7. 104
      static/description/index.html
  8. BIN
      static/description/record-move-back.png
  9. BIN
      static/description/record1.png
  10. BIN
      static/description/record2.png

6
README.rst

@ -0,0 +1,6 @@
Moving mails to another thread
==============================
Description: https://www.odoo.com/apps/modules/8.0/mail_move_message/
Tested on Odoo 8.0 d023c079ed86468436f25da613bf486a4a17d625

14
__openerp__.py

@ -1,20 +1,18 @@
{
'name' : 'Move message to thread',
'name' : 'Moving mails to another thread',
'version' : '1.0.0',
'author' : 'Ivan Yelizariev',
'category' : 'Custom',
'category' : 'Social Network',
'website' : 'https://yelizariev.github.io',
'description': """
Module allows move message to any thread. For example, customer send message to salesperson's alias. Then salesperson is able to move such private message to lead thread.
Tested on Odoo 8.0 ab7b5d7732a7c222a0aea45bd173742acd47242d
""",
'price': 9.00,
'currency': 'EUR',
'depends' : ['mail'],
'images': ['images/inbox.png'],
'data':[
'mail_move_message_views.xml',
],
'qweb': [
'static/src/xml/*.xml',
'static/src/xml/mail_move_message_main.xml',
],
'installable': True
}

BIN
images/inbox.png

After

Width: 861  |  Height: 628  |  Size: 128 KiB

BIN
static/description/icon.png

After

Width: 120  |  Height: 120  |  Size: 3.0 KiB

BIN
static/description/inbox-move.png

After

Width: 750  |  Height: 400  |  Size: 90 KiB

BIN
static/description/inbox.png

After

Width: 750  |  Height: 400  |  Size: 69 KiB

104
static/description/index.html

@ -0,0 +1,104 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Moving mails to another thread</h2>
<h3 class="oe_slogan">Relocate mails from customers to a correct place (lead, task etc.)</h3>
</div>
<div class="oe_span12">
<p class="oe_mt32">
The module can help you to organise mails from customers.
</p>
<p class="oe_mt32">
If customer send mail to user's personal alias (e.g. admin@yourcompany.example.com), an user would be able to move (attach) such mail to corresponding record.
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2>Usage</h2>
<p class="oe_mt32">
Click on an icon of two cross arrows.
</p>
</div>
<div class="oe_span12">
<div class="oe_demo oe_picture oe_screenshot">
<img src="inbox.png?3"/>
</div>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
Find a record you need and click on "Move" button.
</p>
</div>
<div class="oe_span12">
<div class="oe_demo oe_picture oe_screenshot">
<img src="inbox-move.png?4"/>
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
Done! You've attached mail and its child mails to the record.
</p>
</div>
<div class="oe_span12">
<div class="oe_demo oe_picture oe_screenshot">
<img src="record1.png?1"/>
</div>
<p class="oe_mt32">
Scroll down... Moved mails are marked by highlighted icon.
</p>
<div class="oe_demo oe_picture oe_screenshot">
<img src="record2.png?1"/>
</div>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
You could easily return mails back if you change your mind.
</p>
</div>
<div class="oe_span12">
<div class="oe_demo oe_picture oe_screenshot">
<img src="record-move-back.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/record-move-back.png

After

Width: 904  |  Height: 482  |  Size: 67 KiB

BIN
static/description/record1.png

After

Width: 1007  |  Height: 537  |  Size: 59 KiB

BIN
static/description/record2.png

After

Width: 750  |  Height: 400  |  Size: 111 KiB

Loading…
Cancel
Save