Browse Source

[FIX] Fixing inverted order in the csv and security.xml

6.0
Humberto Arocha 12 years ago
parent
commit
50b5685a4f
  1. 2
      account_financial_report/__openerp__.py

2
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",

Loading…
Cancel
Save