Browse Source

[DOC] change descriptions

pull/20/head
x620 8 years ago
parent
commit
a7eb4ff6bd
  1. 6
      mail_all/README.rst
  2. 2
      mail_all/__openerp__.py
  3. 2
      mail_all/doc/index.rst
  4. 4
      mail_all/static/description/index.html

6
mail_all/README.rst

@ -2,11 +2,7 @@
Show all messages
===================
Adds All menu, which shows all messages
Usage
-----
Click Discuss/All menu -- all messages are displayed
Adds ``Discuss / All`` menu, that shows all messages accesable by current user
Further information
-------------------

2
mail_all/__openerp__.py

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
{
"name": "Show all messages",
"summary": """Adds menu to find all messages""",
"summary": """Checkout all messages where you have access""",
"category": "Discuss",
"images": [],
"version": "1.0.0",

2
mail_all/doc/index.rst

@ -5,5 +5,5 @@
Usage
=====
* Open menu Discuss menu and click All menu on the sidebar
* Open menu ``Discuss / All messages``
* You see all messages

4
mail_all/static/description/index.html

@ -1,8 +1,8 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Look up all mails</h2>
<h3 class="oe_slogan">Browse all mails like</h3>
<h2 class="oe_slogan">Show all messages</h2>
<h3 class="oe_slogan">Checkout all messages where you have access</h3>
</div>
<div class="oe_span6">
<div class="oe_row_img oe_centered">

Loading…
Cancel
Save