From a696e1f0962f62dff0d333897515cbb3f1dd5edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 4 Oct 2014 14:33:33 +0200 Subject: [PATCH] [IMP] account_move_line_no_default_search update manifest --- account_move_line_no_default_search/__openerp__.py | 3 --- 1 file changed, 3 deletions(-) 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'] }