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 + + + + + + + + + +