Bugfixes and improvement
[odoo/odoo.git] / addons / account_chart / __terp__.py
1 {
2         "name" : "Charts of Accounts",
3         "version" : "1.1",
4         "depends" : ["account"],
5         "author" : "Tiny",
6         "description": """Remove minimal account chart""",
7         "website" : "http://tinyerp.com/module_account.html",
8         "category" : "Generic Modules/Accounting",
9         "init_xml" : [
10         ],
11         "demo_xml" : [
12         ],
13         "update_xml" : [
14 # Must be loaded by each modules
15 #               "account_chart.xml",
16         ],
17         "installable": True
18 }