Browse Source

[DOC] change module descriptions

pull/21/head
x620 9 years ago
parent
commit
533fb07463
  1. 16
      mail_reply/README.rst
  2. 21
      mail_reply/__openerp__.py
  3. 7
      mail_reply/doc/changelog.rst
  4. 9
      mail_reply/doc/index.rst

16
mail_reply/README.rst

@ -0,0 +1,16 @@
===================
Show reply button
===================
The module allows to reply to any message. Out-of-box odoo shows reply button for messages attached to some record.
Further information
===================
HTML Description: https://apps.odoo.com/apps/modules/9.0/mail_reply/
Usage instructions: `<doc/index.rst>`_
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 9.0 d3dd4161ad0598ebaa659fbd083457c77aa9448d

21
mail_reply/__openerp__.py

@ -0,0 +1,21 @@
# -*- coding: utf-8 -*-
{
"name": """Show reply button""",
"summary": """Got a message out of a Form? Now you can reply to it too!""",
"category": "Discuss",
"images": [],
"version": "1.0.0",
"author": "IT-Projects LLC, Pavel Romanchenko",
"website": "https://it-projects.info",
"license": "LGPL-3",
#"price": 9.00,
#"currency": "EUR",
"depends": [],
"external_dependencies": {"python": [], "bin": []},
"data": [],
"demo": [],
"installable": True,
"auto_install": False,
}

7
mail_reply/doc/changelog.rst

@ -0,0 +1,7 @@
Changelog
=========
`1.0.0`
-------
- Init version

9
mail_reply/doc/index.rst

@ -0,0 +1,9 @@
===================
Show reply button
===================
Usage
=====
* Open Discuss menu
* All messages have reply button
Loading…
Cancel
Save