odoo/addons/report_crm/__terp__.py

15 lines
386 B
Python

{
"name" : "CRM Management - Reporting",
"version" : "1.0",
"author" : "Tiny",
"website" : "http://tinyerp.com/module_crm.html",
"depends" : ["crm"],
"category" : "Generic Modules/CRM & SRM",
"description": "A module that adds new reports based on CRM cases.",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["report_crm_view.xml"],
"active": False,
"installable": True
}