Better Security Rules
[odoo/odoo.git] / addons / account_reporting / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Reporting of Balancesheet for accounting",
4     "version" : "1.0",
5     "depends" : ["account"],
6     "author" : "Tiny",
7     "description": """Financial and accounting reporting""",
8     "category" : "Generic Modules/Accounting",
9     "init_xml" : [ ],
10     "demo_xml" : [ ],
11     "update_xml" : [
12         "security/ir.model.access.csv",
13         "account_view.xml",
14         "account_report.xml",
15         "account_data.xml",
16     ],
17 #   "translations" : {
18 #       "fr": "i18n/french_fr.csv"
19 #   },
20     "active": False,
21     "installable": True
22 }
23 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
24