3105.1.3
by Christophe Simonis
* add encoding comment and vim comment |
1 |
# -*- encoding: utf-8 -*-
|
933
by Mustufa Rangwala
|
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": """ |
|
3013
by qdp
*removed contact_title table |
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 a new menuitem located in
|
|
17 |
Partners \ Contacts
|
|
18 |
||
19 |
||
20 |
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.
|
|
933
by Mustufa Rangwala
|
21 |
""", |
22 |
"depends" : ["base"], |
|
23 |
"init_xml" : [], |
|
24 |
"demo_xml" : [], |
|
25 |
"update_xml" : ['base_contact_view.xml'], |
|
26 |
"active": False, |
|
27 |
"installable": True |
|
28 |
}
|
|
3105.1.3
by Christophe Simonis
* add encoding comment and vim comment |
29 |
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
|
30 |