~openerp-chinese-team/openobject-doc/Chinese-init

« back to all changes in this revision

Viewing changes to i18n/zh_CN/source/technical_guide/multilogin_portal.rst

  • Committer: JoshuaJan
  • Date: 2012-12-04 01:36:44 UTC
  • Revision ID: popkar77@gmail.com-20121204013644-k25kpyac672wxe22
Chinese initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: .. module:: multilogin_portal
 
3
.. i18n:     :synopsis: Multilogin portal 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
..
 
7
 
 
8
.. module:: multilogin_portal
 
9
    :synopsis: Multilogin portal 
 
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="/multilogin_portal"></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="/multilogin_portal"></div>
 
44
    <script src="http://js-kit.com/ratings.js"></script>
 
45
 
 
46
.. i18n: Multilogin portal (*multilogin_portal*)
 
47
.. i18n: =======================================
 
48
.. i18n: :Module: multilogin_portal
 
49
.. i18n: :Name: Multilogin portal
 
50
.. i18n: :Version: 5.0.1.0
 
51
.. i18n: :Author: Ferme Urbaine
 
52
.. i18n: :Directory: multilogin_portal
 
53
.. i18n: :Web: http://www.lafermedusart.com
 
54
.. i18n: :Official module: no
 
55
.. i18n: :Quality certified: no
 
56
..
 
57
 
 
58
Multilogin portal (*multilogin_portal*)
 
59
=======================================
 
60
:Module: multilogin_portal
 
61
:Name: Multilogin portal
 
62
:Version: 5.0.1.0
 
63
:Author: Ferme Urbaine
 
64
:Directory: multilogin_portal
 
65
:Web: http://www.lafermedusart.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:   Allows xmlrpc queries from partners email+password as:
 
79
.. i18n:        - Customer standard user
 
80
.. i18n:        - Provider standard user
 
81
.. i18n:   
 
82
.. i18n:   Allows xmlrpc queries from computers (IP automatically recognized) as:
 
83
.. i18n:        - Computer standard user
 
84
.. i18n:   
 
85
.. i18n:   Standard users are set into res.company.
 
86
.. i18n:   For multi-company, please alter this code.
 
87
..
 
88
 
 
89
::
 
90
 
 
91
  Allows xmlrpc queries from partners email+password as:
 
92
        - Customer standard user
 
93
        - Provider standard user
 
94
  
 
95
  Allows xmlrpc queries from computers (IP automatically recognized) as:
 
96
        - Computer standard user
 
97
  
 
98
  Standard users are set into res.company.
 
99
  For multi-company, please alter this code.
 
100
 
 
101
.. i18n: Download links
 
102
.. i18n: --------------
 
103
..
 
104
 
 
105
Download links
 
106
--------------
 
107
 
 
108
.. i18n: You can download this module as a zip file in the following version:
 
109
..
 
110
 
 
111
You can download this module as a zip file in the following version:
 
112
 
 
113
.. i18n:   * `5.0 <http://www.openerp.com/download/modules/5.0/multilogin_portal.zip>`_
 
114
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/multilogin_portal.zip>`_
 
115
..
 
116
 
 
117
  * `5.0 <http://www.openerp.com/download/modules/5.0/multilogin_portal.zip>`_
 
118
  * `trunk <http://www.openerp.com/download/modules/trunk/multilogin_portal.zip>`_
 
119
 
 
120
.. i18n: Dependencies
 
121
.. i18n: ------------
 
122
..
 
123
 
 
124
Dependencies
 
125
------------
 
126
 
 
127
.. i18n:  * :mod:`base`
 
128
..
 
129
 
 
130
 * :mod:`base`
 
131
 
 
132
.. i18n: Reports
 
133
.. i18n: -------
 
134
..
 
135
 
 
136
Reports
 
137
-------
 
138
 
 
139
.. i18n: None
 
140
..
 
141
 
 
142
None
 
143
 
 
144
.. i18n: Menus
 
145
.. i18n: -------
 
146
..
 
147
 
 
148
Menus
 
149
-------
 
150
 
 
151
.. i18n:  * Administration/Configuration/Computers
 
152
..
 
153
 
 
154
 * Administration/Configuration/Computers
 
155
 
 
156
.. i18n: Views
 
157
.. i18n: -----
 
158
..
 
159
 
 
160
Views
 
161
-----
 
162
 
 
163
.. i18n:  * \* INHERIT res.company.form (form)
 
164
.. i18n:  * res.computer.tree (tree)
 
165
..
 
166
 
 
167
 * \* INHERIT res.company.form (form)
 
168
 * res.computer.tree (tree)
 
169
 
 
170
.. i18n: Objects
 
171
.. i18n: -------
 
172
..
 
173
 
 
174
Objects
 
175
-------
 
176
 
 
177
.. i18n: Object: Computers (res.computer)
 
178
.. i18n: ################################
 
179
..
 
180
 
 
181
Object: Computers (res.computer)
 
182
################################
 
183
 
 
184
.. i18n: :active: Active, boolean
 
185
..
 
186
 
 
187
:active: Active, boolean
 
188
 
 
189
.. i18n: :state: State, selection, required
 
190
..
 
191
 
 
192
:state: State, selection, required
 
193
 
 
194
.. i18n: :ip_address: IP address, char, required
 
195
..
 
196
 
 
197
:ip_address: IP address, char, required
 
198
 
 
199
.. i18n: :name: Name, char, required
 
200
..
 
201
 
 
202
:name: Name, char, required