odoo/addons/crm_vertical/__terp__.py

17 lines
580 B
Python

# -*- encoding: utf-8 -*-
{
"name" : "CRM Verticalisation",
"version" : "CRM Verticalisation",
"author" : "Tiny",
"website" : "http://tinyerp.com",
"category" : "Vertical Modules/Parametrization",
"description": """Simplification of the interface for CRM.""",
"depends" : ["crm_configuration"],
"init_xml" : [ ],
"demo_xml" : [ ],
"update_xml" : ["crm_vertical_view.xml","crm_vertical_shortcuts.xml"],
"installable": True
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: