From eba3c1e87fe6e2caa5a4ab8e1db99af5232463df Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Tue, 10 May 2016 17:31:01 +0500 Subject: [PATCH] [DOC] fix images: use jpg --- mail_all/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail_all/__openerp__.py b/mail_all/__openerp__.py index e15786b..9e9a98d 100644 --- a/mail_all/__openerp__.py +++ b/mail_all/__openerp__.py @@ -3,7 +3,7 @@ "name": "Show all messages", "summary": """Checkout all messages where you have access""", "category": "Discuss", - "images": ['images/1.png'], + "images": ['images/1.jpg'], "version": "1.0.0", "author": "IT-Projects LLC, Pavel Romanchenko",