added from extra-addons
[odoo/odoo.git] / addons / profile_crm / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name":"CRM profile",
4     "version":"1.0",
5     "author":"Tiny",
6     "category":"Profile",
7     "depends":[
8         "crm_vertical", "board_crm_configuration",
9     ], 
10     "demo_xml":[],
11     "update_xml":[],
12     "active":False,
13     "installable":True,
14 }
15 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
16