~openerp-community/openobject-doc/ksa-openobject-doc-6.0

« back to all changes in this revision

Viewing changes to i18n/ru/source/technical_guide/partner_spam.rst

  • Committer: Don Kirkby
  • Date: 2011-02-21 20:46:11 UTC
  • mfrom: (433.1.53 openobject-doc)
  • Revision ID: donkirkby+launpd@gmail.com-20110221204611-1ykt6dmg4k3gh5dh
[MERGE] revisions 477 to 486 from the 5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: partner_spam
 
3
.. i18n:     :synopsis: SMS and Email spam to partner 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: partner_spam
 
9
    :synopsis: SMS and Email spam to partner 
 
10
    :noindex:
 
11
.. 
 
12
 
 
13
.. i18n: .. raw:: html
 
14
.. i18n: 
 
15
.. i18n:       <br />
 
16
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
17
..
 
18
 
 
19
.. raw:: html
 
20
 
 
21
      <br />
 
22
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
23
 
 
24
.. i18n: .. tip:: This module is part of the OpenERP software, the leading Open Source 
 
25
.. i18n:   enterprise management system. If you want to discover OpenERP, check our 
 
26
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
27
.. i18n:   `OpenERP <http://openerp.com>`_ directly.
 
28
..
 
29
 
 
30
.. tip:: This module is part of the OpenERP software, the leading Open Source 
 
31
  enterprise management system. If you want to discover OpenERP, check our 
 
32
  `screencasts <http://openerp.tv>`_ or download 
 
33
  `OpenERP <http://openerp.com>`_ directly.
 
34
 
 
35
.. i18n: .. raw:: html
 
36
.. i18n: 
 
37
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/partner_spam"></div>
 
38
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
39
..
 
40
 
 
41
.. raw:: html
 
42
 
 
43
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/partner_spam"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: SMS and Email spam to partner (*partner_spam*)
 
47
.. i18n: ==============================================
 
48
.. i18n: :Module: partner_spam
 
49
.. i18n: :Name: SMS and Email spam to partner
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Zikzakmedia SL
 
52
.. i18n: :Directory: partner_spam
 
53
.. i18n: :Web: www.zikzakmedia.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
SMS and Email spam to partner (*partner_spam*)
 
59
==============================================
 
60
:Module: partner_spam
 
61
:Name: SMS and Email spam to partner
 
62
:Version: 5.0.1.0
 
63
:Author: Zikzakmedia SL
 
64
:Directory: partner_spam
 
65
:Web: www.zikzakmedia.com
 
66
:Official module: no
 
67
:Quality certified: no
 
68
 
 
69
.. i18n: Description
 
70
.. i18n: -----------
 
71
..
 
72
 
 
73
Description
 
74
-----------
 
75
 
 
76
.. i18n: ::
 
77
.. i18n: 
 
78
.. i18n:   Improved SMS and Email spam to partner:
 
79
.. i18n:     * Spam to partners and to partner.address (contacts)
 
80
.. i18n:     * Choice to spam all partner addresses or partner default addresses
 
81
.. i18n:     * The email field can contain several email addresses separated by ,
 
82
.. i18n:     * A maximum of 3 files can be attached to emails
 
83
.. i18n:     * Clickatell gateway to send SMS can be configured by http or by email
 
84
.. i18n:     * The spam text can include special [[field]] tags to create personalized messages (they will be replaced to the the corresponding values of each partner contact):
 
85
.. i18n:         [[partner_id]] -> Partner name
 
86
.. i18n:         [[name]] -> Contact name
 
87
.. i18n:         [[function]] -> Function
 
88
.. i18n:         [[title]] -> Title
 
89
.. i18n:         [[street]] -> Street
 
90
.. i18n:         [[street2]] -> Street 2
 
91
.. i18n:         [[zip]] -> Zip code
 
92
.. i18n:         [[city]] -> City
 
93
.. i18n:         [[state_id]] -> State
 
94
.. i18n:         [[country_id]] -> Country
 
95
.. i18n:         [[email]] -> Email
 
96
.. i18n:         [[phone]] -> Phone
 
97
.. i18n:         [[fax]] -> Fax
 
98
.. i18n:         [[mobile]] -> Mobile
 
99
.. i18n:         [[birthdate]] -> Birthday
 
100
..
 
101
 
 
102
::
 
103
 
 
104
  Improved SMS and Email spam to partner:
 
105
    * Spam to partners and to partner.address (contacts)
 
106
    * Choice to spam all partner addresses or partner default addresses
 
107
    * The email field can contain several email addresses separated by ,
 
108
    * A maximum of 3 files can be attached to emails
 
109
    * Clickatell gateway to send SMS can be configured by http or by email
 
110
    * The spam text can include special [[field]] tags to create personalized messages (they will be replaced to the the corresponding values of each partner contact):
 
111
        [[partner_id]] -> Partner name
 
112
        [[name]] -> Contact name
 
113
        [[function]] -> Function
 
114
        [[title]] -> Title
 
115
        [[street]] -> Street
 
116
        [[street2]] -> Street 2
 
117
        [[zip]] -> Zip code
 
118
        [[city]] -> City
 
119
        [[state_id]] -> State
 
120
        [[country_id]] -> Country
 
121
        [[email]] -> Email
 
122
        [[phone]] -> Phone
 
123
        [[fax]] -> Fax
 
124
        [[mobile]] -> Mobile
 
125
        [[birthdate]] -> Birthday
 
126
 
 
127
.. i18n: Download links
 
128
.. i18n: --------------
 
129
..
 
130
 
 
131
Download links
 
132
--------------
 
133
 
 
134
.. i18n: You can download this module as a zip file in the following version:
 
135
..
 
136
 
 
137
You can download this module as a zip file in the following version:
 
138
 
 
139
.. i18n:   * `4.2 <http://www.openerp.com/download/modules/4.2/partner_spam.zip>`_
 
140
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/partner_spam.zip>`_
 
141
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/partner_spam.zip>`_
 
142
..
 
143
 
 
144
  * `4.2 <http://www.openerp.com/download/modules/4.2/partner_spam.zip>`_
 
145
  * `5.0 <http://www.openerp.com/download/modules/5.0/partner_spam.zip>`_
 
146
  * `trunk <http://www.openerp.com/download/modules/trunk/partner_spam.zip>`_
 
147
 
 
148
.. i18n: Dependencies
 
149
.. i18n: ------------
 
150
..
 
151
 
 
152
Dependencies
 
153
------------
 
154
 
 
155
.. i18n:  * :mod:`base`
 
156
.. i18n:  * :mod:`smtpclient`
 
157
..
 
158
 
 
159
 * :mod:`base`
 
160
 * :mod:`smtpclient`
 
161
 
 
162
.. i18n: Reports
 
163
.. i18n: -------
 
164
..
 
165
 
 
166
Reports
 
167
-------
 
168
 
 
169
.. i18n: None
 
170
..
 
171
 
 
172
None
 
173
 
 
174
.. i18n: Menus
 
175
.. i18n: -------
 
176
..
 
177
 
 
178
Menus
 
179
-------
 
180
 
 
181
.. i18n: None
 
182
..
 
183
 
 
184
None
 
185
 
 
186
.. i18n: Views
 
187
.. i18n: -----
 
188
..
 
189
 
 
190
Views
 
191
-----
 
192
 
 
193
.. i18n: None
 
194
..
 
195
 
 
196
None
 
197
 
 
198
.. i18n: Objects
 
199
.. i18n: -------
 
200
..
 
201
 
 
202
Objects
 
203
-------
 
204
 
 
205
.. i18n: None
 
206
..
 
207
 
 
208
None