odoo/addons/report_analytic/__terp__.py

15 lines
385 B
Python

{
"name" : "Analytic Account Reporting",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"depends" : ["account"],
"category" : "Generic Modules/Account",
"description": "A module that adds new reports based on analytic accounts.",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["report_analytic_view.xml"],
"active": False,
"installable": True
}