From a45dc6e5a613903517cd0e08ccdedf0c25250953 Mon Sep 17 00:00:00 2001 From: "Ujjvala Collins (OpenERP)" Date: Wed, 24 Aug 2011 15:20:56 +0530 Subject: [PATCH] [ADD] account: Added search view for account report. bzr revid: uco@tinyerp.com-20110824095056-x2w2b0evnwxtq0ff --- addons/account/account_view.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/addons/account/account_view.xml b/addons/account/account_view.xml index e358591b380..1e7d375e9dd 100644 --- a/addons/account/account_view.xml +++ b/addons/account/account_view.xml @@ -2741,6 +2741,27 @@ action = self.pool.get('res.config').next(cr, uid, [], context) + + account.report.search + account.report + search + + + + + + + + + + + + + + + + + Account Reports ir.actions.act_window @@ -2748,6 +2769,7 @@ action = self.pool.get('res.config').next(cr, uid, [], context) form tree,form +