From 6b50a7023a17e8a2510635c903276e697f5095a3 Mon Sep 17 00:00:00 2001 From: Nicolas Bessi Date: Wed, 20 Aug 2014 16:18:02 +0200 Subject: [PATCH] [FIX] Remove image in RST in order validate travis fail --- account_move_line_no_default_search/__openerp__.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/account_move_line_no_default_search/__openerp__.py b/account_move_line_no_default_search/__openerp__.py index c63320394..5b99bdb10 100644 --- a/account_move_line_no_default_search/__openerp__.py +++ b/account_move_line_no_default_search/__openerp__.py @@ -32,10 +32,7 @@ This module leaves the search view extension for move lines intact, but disables the default search values for the dropdowns so that you do not have to disable these before entering your own search queries. -.. image:: %s - - """ % ("/account_move_line_no_default_search/static/src/img/" - "move_line_search_view.png"), + """, 'website': 'http://therp.nl', 'depends': ['account'], 'js': ['static/src/js/move_line_search_view.js'],