~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to i18n/vi/source/technical_guide/portal.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
1
 
2
2
.. i18n: .. module:: portal
3
 
    .. i18n: :synopsis: Portal Management 
4
 
    .. i18n: :noindex:
 
3
.. i18n:     :synopsis: Portal Management 
 
4
.. i18n:     :noindex:
5
5
.. i18n: .. 
6
6
 
7
7
.. module:: portal
8
8
    :synopsis: Portal Management 
9
9
    :noindex:
10
 
.... i18n:  
 
10
.. 
11
11
 
12
12
.. i18n: .. raw:: html
13
 
 
14
 
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/portal"></div>
15
 
    <script src="http://js-kit.com/ratings.js"></script>
16
 
 
17
 
      .. i18n: <br />
18
 
    .. i18n: <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
13
.. i18n: 
 
14
.. i18n:       <br />
 
15
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
16
 
 
17
.. raw:: html
19
18
 
20
19
      <br />
21
20
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
22
21
 
23
22
.. i18n: .. tip:: This module is part of the Open ERP software, the leading Open Source 
24
 
  .. i18n: enterprise management system. If you want to discover Open ERP, check our 
25
 
  .. i18n: `screencasts <http://openerp.tv>`_ or download 
26
 
  .. i18n: `Open ERP <http://openerp.com>`_ directly.
 
23
.. i18n:   enterprise management system. If you want to discover Open ERP, check our 
 
24
.. i18n:   `screencasts <http://openerp.tv>`_ or download 
 
25
.. i18n:   `Open ERP <http://openerp.com>`_ directly.
27
26
 
28
27
.. tip:: This module is part of the Open ERP software, the leading Open Source 
29
28
  enterprise management system. If you want to discover Open ERP, check our 
31
30
  `Open ERP <http://openerp.com>`_ directly.
32
31
 
33
32
.. i18n: .. raw:: html
34
 
 
35
 
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/portal"></div>
36
 
    <script src="http://js-kit.com/ratings.js"></script>
37
 
 
38
 
    .. i18n: <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/portal"></div>
39
 
    .. i18n: <script src="http://js-kit.com/ratings.js"></script>
 
33
.. i18n: 
 
34
.. i18n:     <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/portal"></div>
 
35
.. i18n:     <script src="http://js-kit.com/ratings.js"></script>
 
36
 
 
37
.. raw:: html
40
38
 
41
39
    <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/portal"></div>
42
40
    <script src="http://js-kit.com/ratings.js"></script>
70
68
-----------
71
69
 
72
70
.. i18n: ::
73
 
 
74
 
  Base module to manage portal:
75
 
      - define new menu entry with associated actions.
76
 
      - add/delete menu entry easily.
77
 
      - on-the-fly rules and access control creation.
78
 
 
79
 
  .. i18n: Base module to manage portal:
80
 
      .. i18n: - define new menu entry with associated actions.
81
 
      .. i18n: - add/delete menu entry easily.
82
 
      .. i18n: - on-the-fly rules and access control creation.
 
71
.. i18n: 
 
72
.. i18n:   Base module to manage portal:
 
73
.. i18n:       - define new menu entry with associated actions.
 
74
.. i18n:       - add/delete menu entry easily.
 
75
.. i18n:       - on-the-fly rules and access control creation.
 
76
 
 
77
::
83
78
 
84
79
  Base module to manage portal:
85
80
      - define new menu entry with associated actions.
96
91
 
97
92
You can download this module as a zip file in the following version:
98
93
 
99
 
  .. i18n: * `trunk <http://www.openerp.com/download/modules/trunk/portal.zip>`_
 
94
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/portal.zip>`_
100
95
 
101
96
  * `trunk <http://www.openerp.com/download/modules/trunk/portal.zip>`_
102
97
 
106
101
Dependencies
107
102
------------
108
103
 
109
 
 .. i18n: * :mod:`base`
 
104
.. i18n:  * :mod:`base`
110
105
 
111
106
 * :mod:`base`
112
107
 
126
121
Menus
127
122
-------
128
123
 
129
 
 .. i18n: * Portal
130
 
 .. i18n: * Portal/Configuration
131
 
 .. i18n: * Portal/Customer Portal
132
 
 .. i18n: * Portal/Configuration/Portals
133
 
 .. i18n: * Portal/Configuration/Available Models
134
 
 .. i18n: * Portal/Configuration/Create Menu
 
124
.. i18n:  * Portal
 
125
.. i18n:  * Portal/Configuration
 
126
.. i18n:  * Portal/Customer Portal
 
127
.. i18n:  * Portal/Configuration/Portals
 
128
.. i18n:  * Portal/Configuration/Available Models
 
129
.. i18n:  * Portal/Configuration/Create Menu
135
130
 
136
131
 * Portal
137
132
 * Portal/Configuration
146
141
Views
147
142
-----
148
143
 
149
 
 .. i18n: * Portal (form)
150
 
 .. i18n: * Portal (tree)
151
 
 .. i18n: * Portal Model (form)
152
 
 .. i18n: * \* INHERIT ir.actions.report.custom.form.inherit (form)
153
 
 .. i18n: * \* INHERIT ir.actions.report_xml.form.inherit (form)
154
 
 .. i18n: * \* INHERIT ir.actions.wizards.form.inherit (form)
155
 
 .. i18n: * \* INHERIT ir.actions.windows.form.inherit (form)
156
 
 .. i18n: * Portal : Install extra modules (form)
 
144
.. i18n:  * Portal (form)
 
145
.. i18n:  * Portal (tree)
 
146
.. i18n:  * Portal Model (form)
 
147
.. i18n:  * \* INHERIT ir.actions.report.custom.form.inherit (form)
 
148
.. i18n:  * \* INHERIT ir.actions.report_xml.form.inherit (form)
 
149
.. i18n:  * \* INHERIT ir.actions.wizards.form.inherit (form)
 
150
.. i18n:  * \* INHERIT ir.actions.windows.form.inherit (form)
 
151
.. i18n:  * Portal : Install extra modules (form)
157
152
 
158
153
 * Portal (form)
159
154
 * Portal (tree)
184
179
 
185
180
:menu_action_id: User Menu Action, many2one, readonly
186
181
 
187
 
    .. i18n: *Default main menu for the users of the portal. This field is auto-completed at creation.*
 
182
.. i18n:     *Default main menu for the users of the portal. This field is auto-completed at creation.*
188
183
 
189
184
    *Default main menu for the users of the portal. This field is auto-completed at creation.*
190
185
 
200
195
 
201
196
:home_action_id: User Home Action, many2one
202
197
 
203
 
    .. i18n: *Complete this field to provide a Home menu different from the Main menu.*
 
198
.. i18n:     *Complete this field to provide a Home menu different from the Main menu.*
204
199
 
205
200
    *Complete this field to provide a Home menu different from the Main menu.*
206
201