~xrg/openobject-doc/trunk-xrg

« back to all changes in this revision

Viewing changes to i18n/es/source/technical_guide/cci_country.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: .. module:: cci_country
 
3
.. i18n:     :synopsis: CCI Country 
 
4
.. i18n:     :noindex:
 
5
.. i18n: .. 
 
6
 
 
7
.. module:: cci_country
 
8
    :synopsis: CCI Country 
 
9
    :noindex:
 
10
.. 
 
11
 
 
12
.. i18n: .. raw:: html
 
13
.. i18n: 
 
14
.. i18n:     <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
15
 
 
16
.. raw:: html
 
17
 
 
18
    <link rel="stylesheet" href="../_static/hide_objects_in_sidebar.css" type="text/css" />
 
19
 
 
20
.. i18n: CCI Country (*cci_country*)
 
21
.. i18n: ===========================
 
22
.. i18n: :Module: cci_country
 
23
.. i18n: :Name: CCI Country
 
24
.. i18n: :Version: 5.0.1.0
 
25
.. i18n: :Author: CCILV
 
26
.. i18n: :Directory: cci_country
 
27
.. i18n: :Web: http://www.ccilv.be
 
28
.. i18n: :Official module: no
 
29
.. i18n: :Quality certified: no
 
30
 
 
31
CCI Country (*cci_country*)
 
32
===========================
 
33
:Module: cci_country
 
34
:Name: CCI Country
 
35
:Version: 5.0.1.0
 
36
:Author: CCILV
 
37
:Directory: cci_country
 
38
:Web: http://www.ccilv.be
 
39
:Official module: no
 
40
:Quality certified: no
 
41
 
 
42
.. i18n: Description
 
43
.. i18n: -----------
 
44
 
 
45
Description
 
46
-----------
 
47
 
 
48
.. i18n: ::
 
49
.. i18n: 
 
50
.. i18n:   For some applications in the OpenERP software used by some Belgian Chamber of Commerce,we need a 
 
51
.. i18n:   table regrouping countries and areas (group of countries). 
 
52
.. i18n:   The table used by default in OpenERP doesn't answer to this need, because it's used in other and 
 
53
.. i18n:   we need to specify if this code can be used in some cases or others
 
54
.. i18n:   This table is by evidence very specific to the Chamber of Commerce dedicated modules.
 
55
 
 
56
::
 
57
 
 
58
  For some applications in the OpenERP software used by some Belgian Chamber of Commerce,we need a 
 
59
  table regrouping countries and areas (group of countries). 
 
60
  The table used by default in OpenERP doesn't answer to this need, because it's used in other and 
 
61
  we need to specify if this code can be used in some cases or others
 
62
  This table is by evidence very specific to the Chamber of Commerce dedicated modules.
 
63
 
 
64
.. i18n: Dependencies
 
65
.. i18n: ------------
 
66
 
 
67
Dependencies
 
68
------------
 
69
 
 
70
.. i18n:  * :mod:`base`
 
71
 
 
72
 * :mod:`base`
 
73
 
 
74
.. i18n: Reports
 
75
.. i18n: -------
 
76
 
 
77
Reports
 
78
-------
 
79
 
 
80
.. i18n: None
 
81
 
 
82
None
 
83
 
 
84
.. i18n: Menus
 
85
.. i18n: -------
 
86
 
 
87
Menus
 
88
-------
 
89
 
 
90
.. i18n:  * Partners/Configuration/Country and Area
 
91
 
 
92
 * Partners/Configuration/Country and Area
 
93
 
 
94
.. i18n: Views
 
95
.. i18n: -----
 
96
 
 
97
Views
 
98
-----
 
99
 
 
100
.. i18n:  * cci_country.form (form)
 
101
.. i18n:  * cci_country.tree (tree)
 
102
 
 
103
 * cci_country.form (form)
 
104
 * cci_country.tree (tree)
 
105
 
 
106
.. i18n: Objects
 
107
.. i18n: -------
 
108
 
 
109
Objects
 
110
-------
 
111
 
 
112
.. i18n: Object: Country or Area for CCI (cci.country)
 
113
.. i18n: #############################################
 
114
 
 
115
Object: Country or Area for CCI (cci.country)
 
116
#############################################
 
117
 
 
118
.. i18n: :cci_country_ids: Linked Countries-Areas, many2many
 
119
 
 
120
:cci_country_ids: Linked Countries-Areas, many2many
 
121
 
 
122
.. i18n: :phoneprefix: Phone Prefix, integer
 
123
 
 
124
:phoneprefix: Phone Prefix, integer
 
125
 
 
126
.. i18n: :name: Name, char, required
 
127
 
 
128
:name: Name, char, required
 
129
 
 
130
.. i18n: :valid4embassy: Embassy, boolean
 
131
 
 
132
:valid4embassy: Embassy, boolean
 
133
 
 
134
.. i18n:     *Indicates if this code can be used for Embassies*
 
135
 
 
136
    *Indicates if this code can be used for Embassies*
 
137
 
 
138
.. i18n: :description: Description, text
 
139
 
 
140
:description: Description, text
 
141
 
 
142
.. i18n: :official_name: Official Name, char
 
143
 
 
144
:official_name: Official Name, char
 
145
 
 
146
.. i18n: :postalabbrev: Postal Abbreviation, char
 
147
 
 
148
:postalabbrev: Postal Abbreviation, char
 
149
 
 
150
.. i18n: :code: Code, char, required
 
151
 
 
152
:code: Code, char, required
 
153
 
 
154
.. i18n: :valid4certificate: Certificates, boolean
 
155
 
 
156
:valid4certificate: Certificates, boolean
 
157
 
 
158
.. i18n:     *Indicates if this code can be used for certificates*
 
159
 
 
160
    *Indicates if this code can be used for certificates*
 
161
 
 
162
.. i18n: :active: Active, boolean
 
163
 
 
164
:active: Active, boolean
 
165
 
 
166
.. i18n:     *Indicates if we can still use this country-area code*
 
167
 
 
168
    *Indicates if we can still use this country-area code*
 
169
 
 
170
.. i18n: :valid4ata: ATA, boolean
 
171
 
 
172
:valid4ata: ATA, boolean
 
173
 
 
174
.. i18n:     *Indicates if this code can be used for carnets ATA*
 
175
 
 
176
    *Indicates if this code can be used for carnets ATA*
 
177
 
 
178
.. i18n: :iscountry: Country, boolean
 
179
 
 
180
:iscountry: Country, boolean
 
181
 
 
182
.. i18n:     *Indicates if this code designates a country; if False, designates an area*
 
183
 
 
184
    *Indicates if this code designates a country; if False, designates an area*