~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/document.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:: document
 
3
    :synopsis: Integrated Document Management System (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="/document"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Integrated Document Management System (*document*)
 
23
==================================================
 
24
:Module: document
 
25
:Name: Integrated Document Management System
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: document
 
29
:Web: http://www.openerp.com
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  This is a complete document management system:
 
39
      * FTP Interface
 
40
      * User Authentication
 
41
      * Document Indexation
 
42
 
 
43
Download links
 
44
--------------
 
45
 
 
46
You can download this module as a zip file in the following version:
 
47
 
 
48
  * `5.0 <http://www.openerp.com/download/modules/5.0/document.zip>`_
 
49
  * `trunk <http://www.openerp.com/download/modules/trunk/document.zip>`_
 
50
 
 
51
 
 
52
Dependencies
 
53
------------
 
54
 
 
55
 * :mod:`base`
 
56
 * :mod:`process`
 
57
 
 
58
Reports
 
59
-------
 
60
 
 
61
None
 
62
 
 
63
 
 
64
Menus
 
65
-------
 
66
 
 
67
 * Document Management
 
68
 * Document Management/Document Configuration
 
69
 * Document Management/Document Configuration/Directories
 
70
 * Document Management/Document Configuration/Directorie's Structure
 
71
 * Document Management/Browse Files Using FTP
 
72
 * Document Management/Search a File
 
73
 
 
74
Views
 
75
-----
 
76
 
 
77
 * document.directory (form)
 
78
 * document.directory (tree)
 
79
 * ir.attachment (form)
 
80
 * ir.attachment (tree)
 
81
 * \* INHERIT ir.attachment.view.inherit (form)
 
82
 * \* INHERIT process.node.form (form)
 
83
 * \* INHERIT process.process.form (form)
 
84
 * Auto Configure Directory (form)
 
85
 
 
86
 
 
87
Objects
 
88
-------
 
89
 
 
90
Object: Document directory (document.directory)
 
91
###############################################
 
92
 
 
93
 
 
94
 
 
95
:create_uid: Creator, many2one, readonly
 
96
 
 
97
 
 
98
 
 
99
 
 
100
 
 
101
:domain: Domain, char
 
102
 
 
103
    *Use a domain if you want to apply an automatic filter on visible resources.*
 
104
 
 
105
 
 
106
 
 
107
:group_ids: Groups, many2many
 
108
 
 
109
 
 
110
 
 
111
 
 
112
 
 
113
:create_date: Date Created, datetime, readonly
 
114
 
 
115
 
 
116
 
 
117
 
 
118
 
 
119
:ressource_type_id: Directories Mapped to Objects, many2one
 
120
 
 
121
    *Select an object here and Open ERP will create a mapping for each of these objects, using the given domain, when browsing through FTP.*
 
122
 
 
123
 
 
124
 
 
125
:ressource_tree: Tree Structure, boolean
 
126
 
 
127
    *Check this if you want to use the same tree structure as the object selected in the system.*
 
128
 
 
129
 
 
130
 
 
131
:file_type: Content Type, char
 
132
 
 
133
 
 
134
 
 
135
 
 
136
 
 
137
:content_ids: Virtual Files, one2many
 
138
 
 
139
 
 
140
 
 
141
 
 
142
 
 
143
:child_ids: Children, one2many
 
144
 
 
145
 
 
146
 
 
147
 
 
148
 
 
149
:file_ids: Files, one2many
 
150
 
 
151
 
 
152
 
 
153
 
 
154
 
 
155
:write_uid: Last Modification User, many2one, readonly
 
156
 
 
157
 
 
158
 
 
159
 
 
160
 
 
161
:parent_id: Parent Item, many2one
 
162
 
 
163
 
 
164
 
 
165
 
 
166
 
 
167
:ressource_parent_type_id: Parent Model, many2one
 
168
 
 
169
    *If you put an object here, this directory template will appear bellow all of these objects. Don't put a parent directory if you select a parent model.*
 
170
 
 
171
 
 
172
 
 
173
:write_date: Date Modified, datetime, readonly
 
174
 
 
175
 
 
176
 
 
177
 
 
178
 
 
179
:user_id: Owner, many2one
 
180
 
 
181
 
 
182
 
 
183
 
 
184
 
 
185
:ressource_id: Resource ID, integer
 
186
 
 
187
 
 
188
 
 
189
 
 
190
 
 
191
:type: Type, selection, required
 
192
 
 
193
 
 
194
 
 
195
 
 
196
 
 
197
:name: Name, char, required
 
198
 
 
199
 
 
200
 
 
201
 
 
202
Object: Directory Content Type (document.directory.content.type)
 
203
################################################################
 
204
 
 
205
 
 
206
 
 
207
:active: Active, boolean
 
208
 
 
209
 
 
210
 
 
211
 
 
212
 
 
213
:code: Extension, char
 
214
 
 
215
 
 
216
 
 
217
 
 
218
 
 
219
:name: Content Type, char, required
 
220
 
 
221
 
 
222
 
 
223
 
 
224
Object: Directory Content (document.directory.content)
 
225
######################################################
 
226
 
 
227
 
 
228
 
 
229
:suffix: Suffix, char
 
230
 
 
231
 
 
232
 
 
233
 
 
234
 
 
235
:extension: Document Type, selection, required
 
236
 
 
237
 
 
238
 
 
239
 
 
240
 
 
241
:sequence: Sequence, integer
 
242
 
 
243
 
 
244
 
 
245
 
 
246
 
 
247
:name: Content Name, char, required
 
248
 
 
249
 
 
250
 
 
251
 
 
252
 
 
253
:directory_id: Directory, many2one
 
254
 
 
255
 
 
256
 
 
257
 
 
258
 
 
259
:include_name: Include Record Name, boolean
 
260
 
 
261
    *Check this field if you want that the name of the file start by the record name.*
 
262
 
 
263
 
 
264
 
 
265
:report_id: Report, many2one
 
266
 
 
267
 
 
268
 
 
269
 
 
270
Object: document.configuration.wizard (document.configuration.wizard)
 
271
#####################################################################
 
272
 
 
273
 
 
274
 
 
275
:host: Server Address, char, required
 
276
 
 
277
    *Put here the server address or IP. Keep localhost if you don't know what to write.*