~openerp-community/openobject-doc/6.1

« 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-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:
9
9
 
10
10
During Open ERP installation, two steps are necessary to create and feed the database:
11
11
 
12
 
   .. i18n: 1. Create the SQL tables
13
 
   .. i18n: 2. Insert the different data into the tables 
 
12
.. i18n:    1. Create the SQL tables
 
13
.. i18n:    2. Insert the different data into the tables 
14
14
 
15
15
   1. Create the SQL tables
16
 
   2. Insert the different data into the tables.. i18n:  
 
16
   2. Insert the different data into the tables 
17
17
 
18
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
19
 
23
23
 
24
24
Into Open ERP, all the logic of the application is stored in the database. We find for example:
25
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, ... 
 
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
30
 
31
31
    * the definitions of the reports,
32
32
    * the object default values,
33
33
    * the form description of the interface client,
34
 
    * the relations between the menu and the client buttons, ..... i18n:  
 
34
    * the relations between the menu and the client buttons, ... 
35
35
 
36
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
37