~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to i18n/vi/source/developer/5_17_data_migration/18_2_data_loading.rst

  • Committer: TruongSinh Tran
  • Date: 2009-07-17 18:59:45 UTC
  • Revision ID: truongsinh@vipescoserver-20090717185945-ajjp3zso6xh5jddm
[FIX]private issue

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. i18n: Data Loading
 
3
.. i18n: ============
 
4
 
 
5
Data Loading
 
6
============
 
7
 
 
8
.. i18n: During Open ERP installation, two steps are necessary to create and feed the database:
 
9
 
 
10
During Open ERP installation, two steps are necessary to create and feed the database:
 
11
 
 
12
.. i18n:    1. Create the SQL tables
 
13
.. i18n:    2. Insert the different data into the tables 
 
14
 
 
15
   1. Create the SQL tables
 
16
   2. Insert the different data into the tables 
 
17
 
 
18
.. i18n: The creation (or modification in the case of an upgrade) of SQL tables is automated thanks to the description of objects in the server.
 
19
 
 
20
The creation (or modification in the case of an upgrade) of SQL tables is automated thanks to the description of objects in the server.
 
21
 
 
22
.. i18n: Into Open ERP, all the logic of the application is stored in the database. We find for example:
 
23
 
 
24
Into Open ERP, all the logic of the application is stored in the database. We find for example:
 
25
 
 
26
.. i18n:     * the definitions of the reports,
 
27
.. i18n:     * the object default values,
 
28
.. i18n:     * the form description of the interface client,
 
29
.. i18n:     * the relations between the menu and the client buttons, ... 
 
30
 
 
31
    * the definitions of the reports,
 
32
    * the object default values,
 
33
    * the form description of the interface client,
 
34
    * the relations between the menu and the client buttons, ... 
 
35
 
 
36
.. i18n: There must be a mechanism to describe, modify and reload the different data. These data are represented into a set of XML files that can possibly be loaded during start of the program in order to fill in the tables. 
 
37
 
 
38
There must be a mechanism to describe, modify and reload the different data. These data are represented into a set of XML files that can possibly be loaded during start of the program in order to fill in the tables.