From f72378d84f1b7312fa8df151a4983955d65236a4 Mon Sep 17 00:00:00 2001 From: kiplangatdan Date: Mon, 29 Jan 2018 14:22:58 +0300 Subject: [PATCH] Fix Travis runbot errors --- mail_message_auto_expand/README.rst | 5 ++--- mail_message_auto_expand/__openerp__.py | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/mail_message_auto_expand/README.rst b/mail_message_auto_expand/README.rst index 1b23769f..251a3c91 100644 --- a/mail_message_auto_expand/README.rst +++ b/mail_message_auto_expand/README.rst @@ -24,14 +24,13 @@ welcomed feedback `here `_. - Credits ======= Images ------ -* PICOL Icon Generator `here `_. +* Icon Image from `PICOL Icon Generator `_. Contributors ------------ @@ -52,4 +51,4 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file +To contribute to this module, please visit https://odoo-community.org. diff --git a/mail_message_auto_expand/__openerp__.py b/mail_message_auto_expand/__openerp__.py index 3a81db44..ed0a538a 100644 --- a/mail_message_auto_expand/__openerp__.py +++ b/mail_message_auto_expand/__openerp__.py @@ -17,6 +17,6 @@ ], "data": [], "qweb": [ - "static/src/xml/mail_autoexpand.xml", - ], + "static/src/xml/mail_autoexpand.xml", + ], }