change addon version
[odoo/odoo.git] / addons / crm_vertical / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3         "name" : "CRM Verticalisation",
4         "version" : "1.0",
5         "author" : "Tiny",
6         "website" : "http://tinyerp.com",
7         "category" : "Vertical Modules/Parametrization",
8         "description": """Simplification of the interface for CRM.""",
9         "depends" : ["crm_configuration"],
10         "init_xml" : [ ],
11         "demo_xml" : [ ],
12         "update_xml" : [],
13         "installable": True
14
15 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
16