odoo/addons/account_chart/__terp__.py

19 lines
372 B
Python

{
"name" : "Account Chart",
"version" : "1.0",
"depends" : ["account"],
"author" : "Tiny",
"description": """Remove minimal account chart""",
"website" : "http://tinyerp.com/module_account.html",
"category" : "Generic Modules/Accounting",
"init_xml" : [
],
"demo_xml" : [
],
"update_xml" : [
"account_chart.xml",
],
"active": False,
"installable": True
}