From b5c43418608765f63c121d5854ade67507fb1282 Mon Sep 17 00:00:00 2001 From: "Luis E. Escobar V" Date: Thu, 9 Feb 2012 15:36:28 -0530 Subject: [PATCH] [IMP] Added parent_id in search view. --- account_financial_report/__openerp__.py | 1 + .../view/account_view.xml | 23 +++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 account_financial_report/view/account_view.xml diff --git a/account_financial_report/__openerp__.py b/account_financial_report/__openerp__.py index f6ad8fa0..82771a52 100644 --- a/account_financial_report/__openerp__.py +++ b/account_financial_report/__openerp__.py @@ -38,6 +38,7 @@ "update_xml" : [ "wizard/wizard_report_report.xml" , "wizard/account_report_wizard.xml" , + "view/account_view.xml", ] , "active": False , "installable": True diff --git a/account_financial_report/view/account_view.xml b/account_financial_report/view/account_view.xml new file mode 100644 index 00000000..9dd1b764 --- /dev/null +++ b/account_financial_report/view/account_view.xml @@ -0,0 +1,23 @@ + + + + + + account.account.search.padre + account.account + search + + + + + + + + + +