diff --git a/mail_reply/__manifest__.py b/mail_reply/__manifest__.py index f318062..6a1c687 100644 --- a/mail_reply/__manifest__.py +++ b/mail_reply/__manifest__.py @@ -3,7 +3,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