Big MESS (UNCOMMIT PLEASE)
[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         "ir.model.access.csv",
13
14                     "account_view.xml",
15                     "account_report.xml",
16                     "account_data.xml",
17                     ],
18 #   "translations" : {
19 #       "fr": "i18n/french_fr.csv"
20 #   },
21     "active": False,
22     "installable": True
23 }
24 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
25