French translation
[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" : ["base_contact_demo.xml"],
26     "update_xml" : [
27         "security/ir.model.access.csv",
28         'base_contact_view.xml'
29     ],
30     "active": False,
31     "installable": True
32 }
33 # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
34