diff --git a/mail_reply/README.rst b/mail_reply/README.rst new file mode 100644 index 0000000..be8ffb1 --- /dev/null +++ b/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: ``_ + +Changelog: ``_ + +Tested on Odoo 9.0 d3dd4161ad0598ebaa659fbd083457c77aa9448d \ No newline at end of file diff --git a/mail_reply/__openerp__.py b/mail_reply/__openerp__.py new file mode 100644 index 0000000..6348747 --- /dev/null +++ b/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, +} diff --git a/mail_reply/doc/changelog.rst b/mail_reply/doc/changelog.rst new file mode 100644 index 0000000..e2b0277 --- /dev/null +++ b/mail_reply/doc/changelog.rst @@ -0,0 +1,7 @@ +Changelog +========= + +`1.0.0` +------- + +- Init version diff --git a/mail_reply/doc/index.rst b/mail_reply/doc/index.rst new file mode 100644 index 0000000..d195d86 --- /dev/null +++ b/mail_reply/doc/index.rst @@ -0,0 +1,9 @@ +=================== + Show reply button +=================== + +Usage +===== + +* Open Discuss menu +* All messages have reply button