Improved Security
[odoo/odoo.git] / addons / account_report / __terp__.py
index 667dd27..852bc42 100644 (file)
@@ -1,3 +1,4 @@
+# -*- encoding: utf-8 -*-
 ##############################################################################
 #
 # Copyright (c) 2004-2008 Tiny SPRL (http://tiny.be) All Rights Reserved.
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 ###############################################################################
 {
-       "name" : "Reporting for accounting",
-       "version" : "1.0",
-       "depends" : ["account"],
-       "author" : "Tiny",
-       "description": """Financial and accounting reporting""",
-       "website" : "http://tinyerp.com/module_account.html",
-       "category" : "Generic Modules/Accounting",
-       "init_xml" : [ ],
-       "demo_xml" : [ ],
-       "update_xml" : [ "account_view.xml","account_report.xml" ],
-#      "translations" : {
-#              "fr": "i18n/french_fr.csv"
-#      },
-       "active": False,
-       "installable": True
+    "name" : "Reporting for accounting",
+    "version" : "1.0",
+    "depends" : ["account"],
+    "author" : "Tiny",
+    "description": """Financial and accounting reporting""",
+    "website" : "http://tinyerp.com/module_account.html",
+    "category" : "Generic Modules/Accounting",
+    "init_xml" : [ ],
+    "demo_xml" : [ ],
+    "update_xml" : [
+        "security/ir.model.access.csv",
+        "account_view.xml",
+        "account_report.xml",
+    ],
+#   "translations" : {
+#       "fr": "i18n/french_fr.csv"
+#   },
+    "active": False,
+    "installable": True
 }
+
+# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
+