improve
[odoo/odoo.git] / addons / base_contact / __terp__.py
1 # -*- encoding: utf-8 -*-
2 {
3     "name" : "Base Contact",
4     "version" : "1.0",
5     "author" : "Tiny",
6     "website" : "http://tinyerp.com",
7     "category" : "Generic Modules/Base Contact",
8     "description": """
9         This module allows you to manage entirely your contacts. 
10
11     It lets you define 
12         *contacts unrelated to a partner,
13         *contacts working at several adresses (possibly for different partners), 
14         *contacts with possibly different functions for each of its job's addresses
15
16     It also add new menuitems located in 
17         Partners \ Contacts
18         Partners \ Functions
19
20
21     Pay attention that this module converts the existing addresses into "addresses + contacts". It means that some fields of the addresses will be missing (like the contact name), since these are supposed to be defined in an other object.
22     """,
23     "depends" : ["base"],
24     "init_xml" : [],
25     "demo_xml" : [
26         "base_contact_demo.xml"
27     ],
28     "update_xml" : [
29         "security/ir.model.access.csv",
30         'base_contact_view.xml'
31     ],
32     "active": False,
33     "installable": True
34 }
35 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
36