d3f999e4bc0798a6ec55f88e4131ba99d9452017
[odoo/odoo.git] / addons / account_report / __terp__.py
1 {
2         "name" : "Reporting for accounting",
3         "version" : "1.0",
4         "depends" : ["account"],
5         "author" : "Tiny",
6         "description": """Financial and accounting reporting""",
7         "website" : "http://tinyerp.com/module_account.html",
8         "category" : "Generic Modules/Accounting",
9         "init_xml" : [ ],
10         "demo_xml" : [ ],
11         "update_xml" : [ "account_view.xml" ],
12 #       "translations" : {
13 #               "fr": "i18n/french_fr.csv"
14 #       },
15         "active": False,
16         "installable": True
17 }