~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to source/technical_guide/smsclient.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:: smsclient
 
3
    :synopsis: SMS Client 
 
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="/smsclient"></div>
 
20
    <script src="http://js-kit.com/ratings.js"></script>
 
21
 
 
22
SMS Client (*smsclient*)
 
23
========================
 
24
:Module: smsclient
 
25
:Name: SMS Client
 
26
:Version: 5.0.1.0
 
27
:Author: Tiny
 
28
:Directory: smsclient
 
29
:Web: http://www.openerp.com
 
30
:Official module: no
 
31
:Quality certified: no
 
32
 
 
33
Description
 
34
-----------
 
35
 
 
36
::
 
37
 
 
38
  SMS Client module that provides:
 
39
      Sending SMS
 
40
      Use Multiple Gateways
 
41
 
 
42
Download links
 
43
--------------
 
44
 
 
45
You can download this module as a zip file in the following version:
 
46
 
 
47
  * `trunk <http://www.openerp.com/download/modules/trunk/smsclient.zip>`_
 
48
 
 
49
 
 
50
Dependencies
 
51
------------
 
52
 
 
53
 * :mod:`base`
 
54
 
 
55
Reports
 
56
-------
 
57
 
 
58
None
 
59
 
 
60
 
 
61
Menus
 
62
-------
 
63
 
 
64
 * Administration/Configuration/SMS Gateway
 
65
 * Administration/Configuration/SMS Gateway/Gateway List
 
66
 * Administration/Configuration/SMS Gateway/SMS Gateway History
 
67
 * Administration/Configuration/SMS Gateway/Message Queue
 
68
 
 
69
Views
 
70
-----
 
71
 
 
72
 * sms.smsclient.form (form)
 
73
 * sms.smsclient.history.tree (tree)
 
74
 * sms.smsclient.history.form (form)
 
75
 * sms.smsclient.queue.tree (tree)
 
76
 * sms.smsclient.history.form (form)
 
77
 * \* INHERIT ir.actions.server.form.inherit (form)
 
78
 
 
79
 
 
80
Objects
 
81
-------
 
82
 
 
83
Object: SMS Client (sms.smsclient)
 
84
##################################
 
85
 
 
86
 
 
87
 
 
88
:property_ids: Parameters, one2many
 
89
 
 
90
 
 
91
 
 
92
 
 
93
 
 
94
:history_line: History, one2many
 
95
 
 
96
 
 
97
 
 
98
 
 
99
 
 
100
:code: Verification Code, char
 
101
 
 
102
 
 
103
 
 
104
 
 
105
 
 
106
:name: Gateway Name, char, required
 
107
 
 
108
 
 
109
 
 
110
 
 
111
 
 
112
:url: Gateway URL, char, required
 
113
 
 
114
 
 
115
 
 
116
 
 
117
 
 
118
:body: Message, text
 
119
 
 
120
    *The message text that will be send along with the email which is send through this server*
 
121
 
 
122
 
 
123
 
 
124
:users_id: Users Allowed, many2many
 
125
 
 
126
 
 
127
 
 
128
 
 
129
 
 
130
:state: Gateway Status, selection, readonly
 
131
 
 
132
 
 
133
 
 
134
 
 
135
 
 
136
:method: API Method, selection
 
137
 
 
138
 
 
139
 
 
140
 
 
141
Object: SMS Queue (sms.smsclient.queue)
 
142
#######################################
 
143
 
 
144
 
 
145
 
 
146
:gateway_id: SMS Gateway, many2one, readonly
 
147
 
 
148
 
 
149
 
 
150
 
 
151
 
 
152
:name: SMS Request, text, required, readonly
 
153
 
 
154
 
 
155
 
 
156
 
 
157
 
 
158
:mobile: Mobile No, char, required, readonly
 
159
 
 
160
 
 
161
 
 
162
 
 
163
 
 
164
:date_create: Date, datetime, readonly
 
165
 
 
166
 
 
167
 
 
168
 
 
169
 
 
170
:state: Message Status, selection, readonly
 
171
 
 
172
 
 
173
 
 
174
 
 
175
 
 
176
:error: Last Error, text, readonly
 
177
 
 
178
 
 
179
 
 
180
 
 
181
 
 
182
:msg: SMS Text, text, required, readonly
 
183
 
 
184
 
 
185
 
 
186
 
 
187
Object: SMS Client Properties (sms.smsclient.parms)
 
188
###################################################
 
189
 
 
190
 
 
191
 
 
192
:gateway_id: SMS Gateway, many2one
 
193
 
 
194
 
 
195
 
 
196
 
 
197
 
 
198
:type: API Method, selection
 
199
 
 
200
 
 
201
 
 
202
 
 
203
 
 
204
:name: Property name, char, required
 
205
 
 
206
 
 
207
 
 
208
 
 
209
 
 
210
:value: Property value, char, required
 
211
 
 
212
 
 
213
 
 
214
 
 
215
Object: SMS Client History (sms.smsclient.history)
 
216
##################################################
 
217
 
 
218
 
 
219
 
 
220
:gateway_id: SMS Gateway, many2one, required
 
221
 
 
222
 
 
223
 
 
224
 
 
225
 
 
226
:user_id: Username, many2one, readonly
 
227
 
 
228
 
 
229
 
 
230
 
 
231
 
 
232
:name: Description, char, required, readonly
 
233
 
 
234
 
 
235
 
 
236
 
 
237
 
 
238
:sms: SMS, text, readonly
 
239
 
 
240
 
 
241
 
 
242
 
 
243
 
 
244
:date_create: Date, datetime, readonly
 
245
 
 
246
 
 
247
 
 
248
 
 
249
 
 
250
:to: Mobile No, char, readonly
 
251
 
 
252