|
94.
|
|
|
Configuration
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:63
|
|
95.
|
|
|
Two configuration files are available:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:67
|
|
96.
|
|
|
one for the client: ~/.openerprc
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:69
|
|
97.
|
|
|
one for the server: ~/.openerp_serverrc
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:70
|
|
98.
|
|
|
Those files follow the convention used by python's ConfigParser module.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:72
|
|
99.
|
|
|
Lines beginning with "#" or ";" are comments.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:74
|
|
100.
|
|
|
The client configuration file is automatically generated upon the first start. The one of the server can automatically be created using the command: ::
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:76
|
|
101.
|
|
|
If they are not found, the server and the client will start with the default configuration.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:80
|
|
102.
|
|
|
Server Configuration File
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/1_1_Introduction/3_configuration.rst:23
|
|
103.
|
|
|
The server configuration file .openerp_serverrc is used to save server startup options. Here is the list of the available options:
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/01_getting_started.rst:85
|