From dd68cae5cb1e18b7b9bab0a57cc75327b72093a2 Mon Sep 17 00:00:00 2001 From: Nhomar Hernandez Date: Mon, 17 Jun 2013 14:03:54 -0530 Subject: [PATCH] [FIX] A comma, dont allow install the modules, sorry for the direct commit and push. --- 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..ad047711 100644 --- a/account_financial_report/__openerp__.py +++ b/account_financial_report/__openerp__.py @@ -42,7 +42,7 @@ 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/ir.model.access.csv", "security/security.xml", "view/report.xml", "view/wizard.xml",