Browse Source

[DOC] rename to "Mail relocation"

pull/2/head
Ivan Yelizariev 10 years ago
parent
commit
95c2999501
  1. 4
      README.rst
  2. 2
      __openerp__.py
  3. 8
      static/description/index.html

4
README.rst

@ -1,5 +1,5 @@
Moving mails to another thread
==============================
Mail relocation
===============
Description: https://www.odoo.com/apps/modules/8.0/mail_move_message/ Description: https://www.odoo.com/apps/modules/8.0/mail_move_message/

2
__openerp__.py

@ -1,5 +1,5 @@
{ {
'name' : 'Moving mails to another thread',
'name' : 'Mail relocation',
'version' : '1.0.0', 'version' : '1.0.0',
'author' : 'Ivan Yelizariev', 'author' : 'Ivan Yelizariev',
'category' : 'Social Network', 'category' : 'Social Network',

8
static/description/index.html

@ -1,16 +1,16 @@
<section class="oe_container"> <section class="oe_container">
<div class="oe_row oe_spaced"> <div class="oe_row oe_spaced">
<div class="oe_span12"> <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>
<h2 class="oe_slogan">Mail relocation</h2>
<h3 class="oe_slogan">Relocate customer's mails to a correct place (lead, task etc.)</h3>
</div> </div>
<div class="oe_span12"> <div class="oe_span12">
<p class="oe_mt32"> <p class="oe_mt32">
The module can help you to organise mails from customers.
The module helps you to organise mails from customers.
</p> </p>
<p class="oe_mt32"> <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.
If customer send mail to user's personal alias (e.g. admin@yourcompany.example.com), an user would be able to relocate such mail to corresponding record.
</p> </p>
</div> </div>
</div> </div>

Loading…
Cancel
Save