From 50b5685a4f71614a3b427edde9488a34b1dba0a4 Mon Sep 17 00:00:00 2001 From: Humberto Arocha Date: Fri, 5 Apr 2013 15:27:12 -0530 Subject: [PATCH] [FIX] Fixing inverted order in the csv and security.xml --- account_financial_report/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_financial_report/__openerp__.py b/account_financial_report/__openerp__.py index ff62479f..25326f0d 100644 --- a/account_financial_report/__openerp__.py +++ b/account_financial_report/__openerp__.py @@ -42,8 +42,8 @@ In the [ Account's Sign on Reports ] Section in the Company will be able to set "init_xml" : [], "demo_xml" : [], "update_xml" : [ - "security/ir.model.access.csv" "security/security.xml", + "security/ir.model.access.csv" "view/report.xml", "view/wizard.xml", "view/account_view.xml",