diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index d6d7f2f..72ca261 100644 --- a/mail_reply/__manifest__.py +++ b/mail_reply/__manifest__.py @@ -2,7 +2,7 @@ "name": """Always show reply button""", "summary": """Got a message out of a Record? Now you can reply to it too!""", "category": "Discuss", - "images": [], + "images": ['images/mail_reply.jpg'], "version": "1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko", diff --git a/mail_reply/images/mail_reply.jpg b/mail_reply/images/mail_reply.jpg new file mode 100644 index 0000000..544384e Binary files /dev/null and b/mail_reply/images/mail_reply.jpg differ