odoo/addons/l10n_simple/__terp__.py

13 lines
308 B
Python

{
"name" : "Simple account chart",
"version" : "1.0",
"author" : "Tiny",
"category" : "Localisation/Europe",
"depends" : ["account"],
"init_xml" : [],
"demo_xml" : ["account_demo.xml","account.analytic.line.csv"],
"update_xml" : ["account_pcmn_belgium.xml"],
"active": False,
"installable": True
}