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