diff --git a/account_move_line_no_default_search/__openerp__.py b/account_move_line_no_default_search/__openerp__.py index ec630c29a..0f55825b2 100644 --- a/account_move_line_no_default_search/__openerp__.py +++ b/account_move_line_no_default_search/__openerp__.py @@ -31,12 +31,9 @@ set to the default journal and (current) period. 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:: /account_move_line_no_default_search/static/src/img/sample.png """, 'website': 'http://therp.nl', 'depends': ['account'], 'js': ['static/src/js/move_line_search_view.js'], - 'images': ['static/src/img/move_line_search_view.png'], 'data': ['views/move_line_search_view.xml'] }