~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/subscription.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:: subscription
 
3
    :synopsis: Subscription and recurring operations (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="/subscription"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
Subscription and recurring operations (*subscription*)
 
23
======================================================
 
24
:Module: subscription
 
25
:Name: Subscription and recurring operations
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: subscription
 
29
:Web: 
 
30
:Official module: yes
 
31
:Quality certified: yes
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  Module allows to create new documents and add subscription on that document.
 
39
 
 
40
Download links
 
41
--------------
 
42
 
 
43
You can download this module as a zip file in the following version:
 
44
 
 
45
  * `4.2 <http://www.openerp.com/download/modules/4.2/subscription.zip>`_
 
46
  * `5.0 <http://www.openerp.com/download/modules/5.0/subscription.zip>`_
 
47
  * `trunk <http://www.openerp.com/download/modules/trunk/subscription.zip>`_
 
48
 
 
49
 
 
50
Dependencies
 
51
------------
 
52
 
 
53
 * :mod:`base`
 
54
 
 
55
Reports
 
56
-------
 
57
 
 
58
None
 
59
 
 
60
 
 
61
Menus
 
62
-------
 
63
 
 
64
 * Tools
 
65
 * Tools/Subscriptions
 
66
 * Tools/Subscriptions/Configuration
 
67
 * Tools/Subscriptions/All Subscriptions
 
68
 * Tools/Subscriptions/Configuration/Document Types
 
69
 
 
70
Views
 
71
-----
 
72
 
 
73
 * subscription.subscription.form (form)
 
74
 * subscription.subscription.tree (tree)
 
75
 * subscription.subscription.history.tree (tree)
 
76
 * subscription.subscription.history.form (form)
 
77
 * subscription.document.form (form)
 
78
 * subscription.document.tree (tree)
 
79
 * subscription.document.fields.form (form)
 
80
 * subscription.document.fields.tree (tree)
 
81
 
 
82
 
 
83
Objects
 
84
-------
 
85
 
 
86
Object: Subscription document (subscription.document)
 
87
#####################################################
 
88
 
 
89
 
 
90
 
 
91
:active: Active, boolean
 
92
 
 
93
 
 
94
 
 
95
 
 
96
 
 
97
:model: Object, many2one, required
 
98
 
 
99
 
 
100
 
 
101
 
 
102
 
 
103
:name: Name, char, required
 
104
 
 
105
 
 
106
 
 
107
 
 
108
 
 
109
:field_ids: Fields, one2many
 
110
 
 
111
 
 
112
 
 
113
 
 
114
Object: Subscription document fields (subscription.document.fields)
 
115
###################################################################
 
116
 
 
117
 
 
118
 
 
119
:field: Field, many2one, required
 
120
 
 
121
 
 
122
 
 
123
 
 
124
 
 
125
:document_id: Subscription Document, many2one
 
126
 
 
127
 
 
128
 
 
129
 
 
130
 
 
131
:value: Default Value, selection
 
132
 
 
133
 
 
134
 
 
135
 
 
136
Object: Subscription (subscription.subscription)
 
137
################################################
 
138
 
 
139
 
 
140
 
 
141
:cron_id: Cron Job, many2one
 
142
 
 
143
 
 
144
 
 
145
 
 
146
 
 
147
:user_id: User, many2one, required
 
148
 
 
149
 
 
150
 
 
151
 
 
152
 
 
153
:name: Name, char, required
 
154
 
 
155
 
 
156
 
 
157
 
 
158
 
 
159
:date_init: First Date, datetime
 
160
 
 
161
 
 
162
 
 
163
 
 
164
 
 
165
:notes: Notes, text
 
166
 
 
167
 
 
168
 
 
169
 
 
170
 
 
171
:interval_type: Interval Unit, selection
 
172
 
 
173
 
 
174
 
 
175
 
 
176
 
 
177
:exec_init: Number of documents, integer
 
178
 
 
179
 
 
180
 
 
181
 
 
182
 
 
183
:state: Status, selection
 
184
 
 
185
 
 
186
 
 
187
 
 
188
 
 
189
:doc_lines: Documents created, one2many, readonly
 
190
 
 
191
 
 
192
 
 
193
 
 
194
 
 
195
:doc_source: Source Document, reference, required
 
196
 
 
197
 
 
198
 
 
199
 
 
200
 
 
201
:interval_number: Interval Qty, integer
 
202
 
 
203
 
 
204
 
 
205
 
 
206
 
 
207
:partner_id: Partner, many2one
 
208
 
 
209
 
 
210
 
 
211
 
 
212
 
 
213
:active: Active, boolean
 
214
 
 
215
 
 
216
 
 
217
 
 
218
Object: Subscription history (subscription.subscription.history)
 
219
################################################################
 
220
 
 
221
 
 
222
 
 
223
:date: Date, datetime
 
224
 
 
225
 
 
226
 
 
227
 
 
228
 
 
229
:subscription_id: Subscription, many2one
 
230
 
 
231
 
 
232
 
 
233
 
 
234
 
 
235
:document_id: Source Document, reference, required
 
236
 
 
237