~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/base_contact.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-19 19:02:35 UTC
  • Revision ID: truongsinh@vipescoserver-20090719190235-fu3bxcrbpvwuk5h7
[FIX] build_i18n.py .. raw:: html

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. module:: base_contact
 
3
    :synopsis: Base Contact (Official, Quality Certified)
 
4
    :noindex:
 
5
.. 
 
6
 
 
7
.. raw:: html
 
8
 
 
9
      <br />
 
10
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
11
 
 
12
.. tip:: This module is part of the Open ERP software, the leading Open Source 
 
13
  enterprise management system. If you want to discover Open ERP, check our 
 
14
  `screencasts <http://openerp.tv>`_ or download 
 
15
  `Open ERP <http://openerp.com>`_ directly.
 
16
 
 
17
.. raw:: html
 
18
 
 
19
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/base_contact"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Base Contact (*base_contact*)
 
23
=============================
 
24
:Module: base_contact
 
25
:Name: Base Contact
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: base_contact
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This module allows you to manage entirely your contacts.
 
39
  
 
40
      It lets you define
 
41
          *contacts unrelated to a partner,
 
42
          *contacts working at several addresses (possibly for different partners),
 
43
          *contacts with possibly different functions for each of its job's addresses
 
44
  
 
45
      It also add new menu items located in
 
46
          Partners \ Contacts
 
47
          Partners \ Functions
 
48
  
 
49
      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.
 
50
 
 
51
Download links
 
52
--------------
 
53
 
 
54
You can download this module as a zip file in the following version:
 
55
 
 
56
  * `5.0 <http://www.openerp.com/download/modules/5.0/base_contact.zip>`_
 
57
  * `trunk <http://www.openerp.com/download/modules/trunk/base_contact.zip>`_
 
58
 
 
59
 
 
60
Dependencies
 
61
------------
 
62
 
 
63
 * :mod:`base`
 
64
 * :mod:`process`
 
65
 
 
66
Reports
 
67
-------
 
68
 
 
69
None
 
70
 
 
71
 
 
72
Menus
 
73
-------
 
74
 
 
75
 * Partners/Contacts
 
76
 * Partners/Contact's Jobs
 
77
 
 
78
Views
 
79
-----
 
80
 
 
81
 * res.partner.contact.tree (tree)
 
82
 * res.partner.contact.form (form)
 
83
 * \* INHERIT Partner form inherited (form)
 
84
 * \* INHERIT res.partner.form (form)
 
85
 * \* INHERIT res.partner.form (form)
 
86
 * \* INHERIT res.partner.form (form)
 
87
 * \* INHERIT Partner addresses inherited (tree)
 
88
 * \* INHERIT res.partner.address.form.inherited0 (form)
 
89
 * \* INHERIT res.partner.address.form.inherited1 (form)
 
90
 * \* INHERIT res.partner.address.form.inherited2 (form)
 
91
 * \* INHERIT res.partner.address.form.inherited3 (form)
 
92
 * \* INHERIT res.partner.address.form.inherited4 (form)
 
93
 * \* INHERIT res.partner.address.form.inherited6 (form)
 
94
 * \* INHERIT res.partner.address.form.inherited5 (form)
 
95
 * res.partner.job.tree (tree)
 
96
 * res.partner.job.form (form)
 
97
 
 
98
 
 
99
Objects
 
100
-------
 
101
 
 
102
Object: res.partner.contact (res.partner.contact)
 
103
#################################################
 
104
 
 
105
 
 
106
 
 
107
:website: Website, char
 
108
 
 
109
 
 
110
 
 
111
 
 
112
 
 
113
:comment: Notes, text
 
114
 
 
115
 
 
116
 
 
117
 
 
118
 
 
119
:first_name: First Name, char
 
120
 
 
121
 
 
122
 
 
123
 
 
124
 
 
125
:name: Last Name, char, required
 
126
 
 
127
 
 
128
 
 
129
 
 
130
 
 
131
:title: Title, selection
 
132
 
 
133
 
 
134
 
 
135
 
 
136
 
 
137
:mobile: Mobile, char
 
138
 
 
139
 
 
140
 
 
141
 
 
142
 
 
143
:country_id: Nationality, many2one
 
144
 
 
145
 
 
146
 
 
147
 
 
148
 
 
149
:birthdate: Birth Date, date
 
150
 
 
151
 
 
152
 
 
153
 
 
154
 
 
155
:email: E-Mail, char
 
156
 
 
157
 
 
158
 
 
159
 
 
160
 
 
161
:lang_id: Language, many2one
 
162
 
 
163
 
 
164
 
 
165
 
 
166
 
 
167
:active: Active, boolean
 
168
 
 
169
 
 
170
 
 
171
 
 
172
 
 
173
:function_id: Main Job, many2one
 
174
 
 
175
 
 
176
 
 
177
 
 
178
 
 
179
:partner_id: Main Employer, many2one
 
180
 
 
181
 
 
182
 
 
183
 
 
184
 
 
185
:job_ids: Functions and Addresses, one2many
 
186
 
 
187
 
 
188
 
 
189
 
 
190
Object: Contact Partner Function (res.partner.job)
 
191
##################################################
 
192
 
 
193
 
 
194
 
 
195
:sequence_partner: Partner Seq., integer
 
196
 
 
197
    *Order of importance of this job title in the list of job title of the linked partner*
 
198
 
 
199
 
 
200
 
 
201
:address_id: Address, many2one
 
202
 
 
203
 
 
204
 
 
205
 
 
206
 
 
207
:fax: Fax, char
 
208
 
 
209
 
 
210
 
 
211
 
 
212
 
 
213
:name: Partner, many2one
 
214
 
 
215
 
 
216
 
 
217
 
 
218
 
 
219
:extension: Extension, char
 
220
 
 
221
    *Internal/External extension phone number*
 
222
 
 
223
 
 
224
 
 
225
:date_start: Date Start, date
 
226
 
 
227
 
 
228
 
 
229
 
 
230
 
 
231
:sequence_contact: Contact Seq., integer
 
232
 
 
233
    *Order of importance of this address in the list of addresses of the linked contact*
 
234
 
 
235
 
 
236
 
 
237
:contact_id: Contact, many2one, required
 
238
 
 
239
 
 
240
 
 
241
 
 
242
 
 
243
:phone: Phone, char
 
244
 
 
245
 
 
246
 
 
247
 
 
248
 
 
249
:state: State, selection, required
 
250
 
 
251
 
 
252
 
 
253
 
 
254
 
 
255
:other: Other, char
 
256
 
 
257
    *Additional phone field*
 
258
 
 
259
 
 
260
 
 
261
:date_stop: Date Stop, date
 
262
 
 
263
 
 
264
 
 
265
 
 
266
 
 
267
:team_id: Team, many2one
 
268
 
 
269
 
 
270
 
 
271
 
 
272
 
 
273
:function_id: Partner Function, many2one
 
274
 
 
275
 
 
276
 
 
277
 
 
278
 
 
279
:email: E-Mail, char
 
280
 
 
281