c3177df9855b9661c5eee363558f393083d64989
[odoo/odoo.git] / addons / report_account / __terp__.py
1 {
2         "name" : "Account Reporting - Reporting",
3         "version" : "1.0",
4         "author" : "Tiny",
5         "website" : "http://tinyerp.com",
6         "depends" : ["account"],
7         "category" : "Generic Modules/Accounting",
8         "description": "A module that adds new reports based on the account module.",
9         "init_xml" : [],
10         "demo_xml" : [],
11         "update_xml" : ["report_account_view.xml"],
12         "active": False,
13         "installable": True
14 }