Browse Source

[DOC] mail_reply

pull/34/head
Ivan Yelizariev 8 years ago
parent
commit
1388d18569
  1. 8
      mail_reply/README.rst
  2. 8
      mail_reply/__openerp__.py
  3. BIN
      mail_reply/static/description/icon.png
  4. BIN
      mail_reply/static/description/inbox.png
  5. 29
      mail_reply/static/description/index.html

8
mail_reply/README.rst

@ -1,6 +1,6 @@
===================
Show reply button
===================
==========================
Always show reply button
==========================
The module allows to reply to any message. Out-of-box odoo shows reply button for messages attached to some record.
@ -13,4 +13,4 @@ Usage instructions: `<doc/index.rst>`_
Changelog: `<doc/changelog.rst>`_
Tested on Odoo 9.0 d3dd4161ad0598ebaa659fbd083457c77aa9448d
Tested on Odoo 9.0 d3dd4161ad0598ebaa659fbd083457c77aa9448d

8
mail_reply/__openerp__.py

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
{
"name": """Show reply button""",
"summary": """Got a message out of a Form? Now you can reply to it too!""",
"name": """Always show reply button""",
"summary": """Got a message out of a Record? Now you can reply to it too!""",
"category": "Discuss",
"images": [],
"version": "1.0.0",
@ -9,8 +9,8 @@
"author": "IT-Projects LLC, Pavel Romanchenko",
"website": "https://it-projects.info",
"license": "LGPL-3",
#"price": 9.00,
#"currency": "EUR",
"price": 40.00,
"currency": "EUR",
"depends": [
"mail_base",

BIN
mail_reply/static/description/icon.png

After

Width: 100  |  Height: 100  |  Size: 2.1 KiB

BIN
mail_reply/static/description/inbox.png

After

Width: 761  |  Height: 400  |  Size: 67 KiB

29
mail_reply/static/description/index.html

@ -0,0 +1,29 @@
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2 class="oe_slogan">Always show reply button</h2>
<h3 class="oe_slogan">Got a message out of a Record? Now you can reply to it too!</h3>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_row_img oe_centered">
<img class="oe_picture oe_screenshot" src="inbox.png"/>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="oe_span12">
<h2>Need our service?</h2>
<p class="oe_mt32">Contact us by <a href="mailto:it@it-projects.info">email</a> or fill out <a href="https://www.it-projects.info/page/website.contactus " target="_blank">request form</a></p>
<ul>
<li><a href="mailto:it@it-projects.info">it@it-projects.info <i class="fa fa-envelope-o"></i></a></li>
<li><a href="https://www.it-projects.info/page/website.contactus " target="_blank">https://www.it-projects.info/page/website.contactus <i class="fa fa-list-alt"></i></a></li>
</ul>
</div>
</div>
</section>
Loading…
Cancel
Save