~openerp-community/openobject-doc/6.1

« back to all changes in this revision

Viewing changes to i18n/vi/source/technical_guide/crm_livechat.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:: crm_livechat
3
 
    .. i18n: :synopsis: CRM - Livechat Jabber Client 
4
 
    .. i18n: :noindex:
 
3
.. i18n:     :synopsis: CRM - Livechat Jabber Client 
 
4
.. i18n:     :noindex:
5
5
.. i18n: .. 
6
6
 
7
7
.. module:: crm_livechat
8
8
    :synopsis: CRM - Livechat Jabber Client 
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="/crm_livechat"></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="/crm_livechat"></div>
36
 
    <script src="http://js-kit.com/ratings.js"></script>
37
 
 
38
 
    .. i18n: <div class="js-kit-rating" title="" permalink="" standalone="yes" path="/crm_livechat"></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="/crm_livechat"></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="/crm_livechat"></div>
42
40
    <script src="http://js-kit.com/ratings.js"></script>
70
68
-----------
71
69
 
72
70
.. i18n: ::
73
 
 
74
 
  This module allows you to configure and manage a livechat on your website.
75
 
  So that your salesman can directly talk with your users in your website, using
76
 
  their normal jabber account. This project includes two parts:
77
 
  * An OpenERP module to manage everything
78
 
  * A python Ajax client to set on your website for the end-user interface.
79
 
  
80
 
  It allows you to define:
81
 
  * XMPP (Jabber) Accounts for your users
82
 
  * XMPP Accounts for anonymous customers
83
 
  
84
 
  Then based one some events (a customer visiting some pages), it can open a
85
 
  window so that the visitor can directly talk with your teams. It goes to a
86
 
  jabber user according to what you configured in the OpenERP interface.
87
 
 
88
 
  .. i18n: This module allows you to configure and manage a livechat on your website.
89
 
  .. i18n: So that your salesman can directly talk with your users in your website, using
90
 
  .. i18n: their normal jabber account. This project includes two parts:
91
 
  .. i18n: * An OpenERP module to manage everything
92
 
  .. i18n: * A python Ajax client to set on your website for the end-user interface.
93
 
  .. i18n: 
94
 
  .. i18n: It allows you to define:
95
 
  .. i18n: * XMPP (Jabber) Accounts for your users
96
 
  .. i18n: * XMPP Accounts for anonymous customers
97
 
  .. i18n: 
98
 
  .. i18n: Then based one some events (a customer visiting some pages), it can open a
99
 
  .. i18n: window so that the visitor can directly talk with your teams. It goes to a
100
 
  .. i18n: jabber user according to what you configured in the OpenERP interface.
 
71
.. i18n: 
 
72
.. i18n:   This module allows you to configure and manage a livechat on your website.
 
73
.. i18n:   So that your salesman can directly talk with your users in your website, using
 
74
.. i18n:   their normal jabber account. This project includes two parts:
 
75
.. i18n:   * An OpenERP module to manage everything
 
76
.. i18n:   * A python Ajax client to set on your website for the end-user interface.
 
77
.. i18n:   
 
78
.. i18n:   It allows you to define:
 
79
.. i18n:   * XMPP (Jabber) Accounts for your users
 
80
.. i18n:   * XMPP Accounts for anonymous customers
 
81
.. i18n:   
 
82
.. i18n:   Then based one some events (a customer visiting some pages), it can open a
 
83
.. i18n:   window so that the visitor can directly talk with your teams. It goes to a
 
84
.. i18n:   jabber user according to what you configured in the OpenERP interface.
 
85
 
 
86
::
101
87
 
102
88
  This module allows you to configure and manage a livechat on your website.
103
89
  So that your salesman can directly talk with your users in your website, using
123
109
 
124
110
You can download this module as a zip file in the following version:
125
111
 
126
 
  .. i18n: * `trunk <http://www.openerp.com/download/modules/trunk/crm_livechat.zip>`_
 
112
.. i18n:   * `trunk <http://www.openerp.com/download/modules/trunk/crm_livechat.zip>`_
127
113
 
128
114
  * `trunk <http://www.openerp.com/download/modules/trunk/crm_livechat.zip>`_
129
115
 
133
119
Dependencies
134
120
------------
135
121
 
136
 
 .. i18n: * :mod:`base`
 
122
.. i18n:  * :mod:`base`
137
123
 
138
124
 * :mod:`base`
139
125