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'],