From 2225e186ec43c586f4609f081717353684b5b001 Mon Sep 17 00:00:00 2001 From: ilmir Date: Tue, 18 Jul 2017 00:44:48 +0500 Subject: [PATCH] [DOC] mail_recovery: correct image path --- mail_recovery/__openerp__.py | 2 +- mail_recovery/{static => }/images/mail_recovery.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename mail_recovery/{static => }/images/mail_recovery.png (100%) diff --git a/mail_recovery/__openerp__.py b/mail_recovery/__openerp__.py index d3ee643..c73bea8 100644 --- a/mail_recovery/__openerp__.py +++ b/mail_recovery/__openerp__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- { - 'name': "Mail recovery", + 'name': "Mail Recovery", 'summary': """Backup and recover unsent message""", 'author': "IT-Projects LLC, Ildar Nasyrov", 'license': 'LGPL-3', diff --git a/mail_recovery/static/images/mail_recovery.png b/mail_recovery/images/mail_recovery.png similarity index 100% rename from mail_recovery/static/images/mail_recovery.png rename to mail_recovery/images/mail_recovery.png