account.analytic.line: fix on_change_unit_amount()
[odoo/odoo.git] / man / openerp-server.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2 .TH OPENERP "1" "March 2009" "OpenERP Server 5.0.0" "User Commands"
3 .SH NAME
4 OpenERP \- manual page for OpenERP Server 5.0.0
5 .SH SYNOPSIS
6 .B openerp-server.py
7 [\fIoptions\fR]
8
9 .SH DESCRIPTION
10 OpenERP is an Enterprise Resource Planning and Customer Relationship
11 Management software package. It is developed to meet changing needs. 
12 The main functional features are: CRM and SRM, analytic and financial 
13 accounting, double-entry stock management, sales and purchases management, 
14 tasks automation, a help desk, marketing campaigns, and vertical modules 
15 for very specific businesses. Technical features include a distributed 
16 server, flexible workflows, an object database, a dynamic GUI, customizable 
17 reports, and a NET-RPC and XML-RPC interface.
18
19 .SH OPTIONS
20 .TP
21 \fB\-\-version\fR
22 show program's version number and exit
23 .TP
24 \fB\-h\fR, \fB\-\-help\fR
25 show this help message and exit
26 .TP
27 \fB\-c\fR CONFIG, \fB\-\-config\fR=\fICONFIG\fR
28 specify alternate config file
29 .TP
30 \fB\-s\fR, \fB\-\-save\fR
31 save configuration to ~/.openerp_serverrc
32 .TP
33 \fB\-\-pidfile\fR=\fIPIDFILE\fR
34 file where the server pid will be stored
35 .TP
36 \fB\-n\fR INTERFACE, \fB\-\-interface\fR=\fIINTERFACE\fR
37 specify the TCP IP address
38 .TP
39 \fB\-p\fR PORT, \fB\-\-port\fR=\fIPORT\fR
40 specify the TCP port
41 .TP
42 \fB\-\-net_interface\fR=\fINETINTERFACE\fR
43 specify the TCP IP address for netrpc
44 .TP
45 \fB\-\-net_port\fR=\fINETPORT\fR
46 specify the TCP port for netrpc
47 .TP
48 \fB\-\-no\-netrpc\fR
49 disable netrpc
50 .TP
51 \fB\-\-no\-xmlrpc\fR
52 disable xmlrpc
53 .TP
54 \fB\-i\fR INIT, \fB\-\-init\fR=\fIINIT\fR
55 init a module (use "all" for all modules)
56 .TP
57 \fB\-\-without\-demo\fR=\fIWITHOUT_DEMO\fR
58 load demo data for a module (use "all" for all
59 modules)
60 .TP
61 \fB\-u\fR UPDATE, \fB\-\-update\fR=\fIUPDATE\fR
62 update a module (use "all" for all modules)
63 .TP
64 \fB\-\-cache\-timeout\fR=\fICACHE_TIMEOUT\fR
65 set the timeout for the cache system
66 .TP
67 \fB\-\-stop\-after\-init\fR
68 stop the server after it initializes
69 .TP
70 \fB\-\-debug\fR
71 enable debug mode
72 .TP
73 \fB\-\-assert\-exit\-level\fR=\fIASSERT_EXIT_LEVEL\fR
74 specify the level at which a failed assertion will
75 stop the server. Accepted values: ['info',
76 \&'debug_rpc', 'warn', 'critical', 'error', 'debug',
77 \&'notset']
78
79 .SH SSL CONFIGURATION
80 .TP
81 \fB\-S\fR, \fB\-\-secure\fR
82 launch server over https instead of http
83 .TP
84 \fB\-\-cert\-file\fR=\fISECURE_CERT_FILE\fR
85 specify the certificate file for the SSL connection
86 .TP
87 \fB\-\-pkey\-file\fR=\fISECURE_PKEY_FILE\fR
88 specify the private key file for the SSL connection
89
90 .SH LOGGING CONFIGURATION
91 .TP
92 \fB\-\-logfile\fR=\fILOGFILE\fR
93 file where the server log will be stored
94 .TP
95 \fB\-\-syslog\fR
96 Send the log to the syslog server
97 .TP
98 \fB\-\-log\-level\fR=\fILOG_LEVEL\fR
99 specify the level of the logging. Accepted values:
100 ['info', 'debug_rpc', 'warn', 'critical', 'error',
101 \&'debug', 'notset']
102
103 .SH SMTP CONFIGURATION
104 .TP
105 \fB\-\-email\-from\fR=\fIEMAIL_FROM\fR
106 specify the SMTP email address for sending email
107 .TP
108 \fB\-\-smtp\fR=\fISMTP_SERVER\fR
109 specify the SMTP server for sending email
110 .TP
111 \fB\-\-smtp\-port\fR=\fISMTP_PORT\fR
112 specify the SMTP port
113 .TP
114 \fB\-\-smtp\-ssl\fR=\fISMTP_SSL\fR
115 specify the SMTP server support SSL or not
116 .TP
117 \fB\-\-smtp\-user\fR=\fISMTP_USER\fR
118 specify the SMTP username for sending email
119 .TP
120 \fB\-\-smtp\-password\fR=\fISMTP_PASSWORD\fR
121 specify the SMTP password for sending email
122 .TP
123 \fB\-\-price_accuracy\fR=\fIPRICE_ACCURACY\fR
124 specify the price accuracy
125
126 .SH DATABASE RELATED OPTIONS
127
128 .TP
129 \fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR
130 specify the database name
131 .TP
132 \fB\-r\fR DB_USER, \fB\-\-db_user\fR=\fIDB_USER\fR
133 specify the database user name
134 .TP
135 \fB\-w\fR DB_PASSWORD, \fB\-\-db_password\fR=\fIDB_PASSWORD\fR
136 specify the database password
137 .TP
138 \fB\-\-pg_path\fR=\fIPG_PATH\fR
139 specify the pg executable path
140 .TP
141 \fB\-\-db_host\fR=\fIDB_HOST\fR
142 specify the database host
143 .TP
144 \fB\-\-db_port\fR=\fIDB_PORT\fR
145 specify the database port
146 .TP
147 \fB\-\-db_maxconn\fR=\fIDB_MAXCONN\fR
148 specify the the maximum number of physical connections
149 to posgresql
150 .TP
151 \fB\-P\fR IMPORT_PARTIAL, \fB\-\-import\-partial\fR=\fIIMPORT_PARTIAL\fR
152 Use this for big data importation, if it crashes you
153 will be able to continue at the current state. Provide
154 a filename to store intermediate importation states.
155
156 .SH INTERNATIONALISATION OPTIONS
157
158 Use these options to translate OpenERP to another language.See i18n
159 section of the user manual. Option '\-d' is mandatory.Option '\-l' is
160 mandatory in case of importation
161 .TP
162 \fB\-l\fR LANGUAGE, \fB\-\-language\fR=\fILANGUAGE\fR
163 specify the language of the translation file. Use it
164 with \fB\-\-i18n\-export\fR or \fB\-\-i18n\-import\fR
165 .TP
166 \fB\-\-i18n\-export\fR=\fITRANSLATE_OUT\fR
167 export all sentences to be translated to a CSV file, a
168 PO file or a TGZ archive and exit
169 .TP
170 \fB\-\-i18n\-import\fR=\fITRANSLATE_IN\fR
171 import a CSV or a PO file with translations and exit.
172 The '\-l' option is required.
173 .TP
174 \fB\-\-modules\fR=\fITRANSLATE_MODULES\fR
175 specify modules to export. Use in combination with
176 \fB\-\-i18n\-export\fR
177 .TP
178 \fB\-\-addons\-path\fR=\fIADDONS_PATH\fR
179 specify an alternative addons path.
180
181 .SH FILES
182 ~/.openerp_serverrc
183
184 .SH AUTHORS
185
186 OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
187
188 .SH SEE ALSO
189 openerp_serverrc(5)
190 openerp(1)
191 .br
192 \fIhttp://www.openerp.com\fR : Open ERP official website
193 .br
194 \fIhttp://doc.openerp.com\fR : Open ERP documentation