fix_man_page

bzr revid: fp@tinyerp.com-20101221202727-lsq8uhdwf85nixds
This commit is contained in:
Fabien Pinckaers 2010-12-21 21:27:27 +01:00
parent e15952531b
commit acb90442a6
1 changed files with 103 additions and 68 deletions

View File

@ -1,21 +1,10 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH OPENERP "1" "March 2009" "OpenERP Server 5.0.0" "User Commands"
.TH OPENERP "1" "December 2010" "OpenERP Server 6.0.0-rc1" "User Commands"
.SH NAME
OpenERP \- manual page for OpenERP Server 5.0.0
OpenERP \- manual page for OpenERP Server 6.0.0-rc1
.SH SYNOPSIS
.B openerp-server.py
[\fIoptions\fR]
.SH DESCRIPTION
OpenERP is an Enterprise Resource Planning and Customer Relationship
Management software package. It is developed to meet changing needs.
The main functional features are: CRM and SRM, analytic and financial
accounting, double-entry stock management, sales and purchases management,
tasks automation, a help desk, marketing campaigns, and vertical modules
for very specific businesses. Technical features include a distributed
server, flexible workflows, an object database, a dynamic GUI, customizable
reports, and a NET-RPC and XML-RPC interface.
.SH OPTIONS
.TP
\fB\-\-version\fR
@ -33,24 +22,6 @@ save configuration to ~/.openerp_serverrc
\fB\-\-pidfile\fR=\fIPIDFILE\fR
file where the server pid will be stored
.TP
\fB\-n\fR INTERFACE, \fB\-\-interface\fR=\fIINTERFACE\fR
specify the TCP IP address
.TP
\fB\-p\fR PORT, \fB\-\-port\fR=\fIPORT\fR
specify the TCP port
.TP
\fB\-\-net_interface\fR=\fINETINTERFACE\fR
specify the TCP IP address for netrpc
.TP
\fB\-\-net_port\fR=\fINETPORT\fR
specify the TCP port for netrpc
.TP
\fB\-\-no\-netrpc\fR
disable netrpc
.TP
\fB\-\-no\-xmlrpc\fR
disable xmlrpc
.TP
\fB\-i\fR INIT, \fB\-\-init\fR=\fIINIT\fR
init a module (use "all" for all modules)
.TP
@ -64,6 +35,10 @@ update a module (use "all" for all modules)
\fB\-\-cache\-timeout\fR=\fICACHE_TIMEOUT\fR
set the timeout for the cache system
.TP
\fB\-t\fR TIMEZONE, \fB\-\-timezone\fR=\fITIMEZONE\fR
specify reference timezone for the server (e.g.
Europe/Brussels
.TP
\fB\-\-stop\-after\-init\fR
stop the server after it initializes
.TP
@ -73,34 +48,96 @@ enable debug mode
\fB\-\-assert\-exit\-level\fR=\fIASSERT_EXIT_LEVEL\fR
specify the level at which a failed assertion will
stop the server. Accepted values: ['info',
\&'debug_rpc', 'warn', 'critical', 'error', 'debug',
\&'notset']
.SH SSL CONFIGURATION
\&'debug_rpc', 'warn', 'test', 'critical', 'debug_sql',
\&'error', 'debug', 'debug_rpc_answer', 'notset']
.IP
XML\-RPC Configuration:
.TP
\fB\-S\fR, \fB\-\-secure\fR
launch server over https instead of http
\fB\-\-xmlrpc\-interface\fR=\fIXMLRPC_INTERFACE\fR
specify the TCP IP address for the XML\-RPC protocol
.TP
\fB\-\-xmlrpc\-port\fR=\fIXMLRPC_PORT\fR
specify the TCP port for the XML\-RPC protocol
.TP
\fB\-\-no\-xmlrpc\fR
disable the XML\-RPC protocol
.IP
XML\-RPC Secure Configuration:
.TP
\fB\-\-xmlrpcs\-interface\fR=\fIXMLRPCS_INTERFACE\fR
specify the TCP IP address for the XML\-RPC Secure
protocol
.TP
\fB\-\-xmlrpcs\-port\fR=\fIXMLRPCS_PORT\fR
specify the TCP port for the XML\-RPC Secure protocol
.TP
\fB\-\-no\-xmlrpcs\fR
disable the XML\-RPC Secure protocol
.TP
\fB\-\-cert\-file\fR=\fISECURE_CERT_FILE\fR
specify the certificate file for the SSL connection
.TP
\fB\-\-pkey\-file\fR=\fISECURE_PKEY_FILE\fR
specify the private key file for the SSL connection
.SH LOGGING CONFIGURATION
.IP
NET\-RPC Configuration:
.TP
\fB\-\-netrpc\-interface\fR=\fINETRPC_INTERFACE\fR
specify the TCP IP address for the NETRPC protocol
.TP
\fB\-\-netrpc\-port\fR=\fINETRPC_PORT\fR
specify the TCP port for the NETRPC protocol
.TP
\fB\-\-no\-netrpc\fR
disable the NETRPC protocol
.IP
Static HTTP service:
.TP
\fB\-\-static\-http\-enable\fR
enable static HTTP service for serving plain HTML
files
.TP
\fB\-\-static\-http\-document\-root\fR=\fISTATIC_HTTP_DOCUMENT_ROOT\fR
specify the directory containing your static HTML
files (e.g '/var/www/')
.TP
\fB\-\-static\-http\-url\-prefix\fR=\fISTATIC_HTTP_URL_PREFIX\fR
specify the URL root prefix where you want web
browsers to access your static HTML files (e.g '/')
.IP
Testing Configuration:
.TP
\fB\-\-test\-file\fR=\fITEST_FILE\fR
Launch a YML test file.
.TP
\fB\-\-test\-report\-directory\fR=\fITEST_REPORT_DIRECTORY\fR
If set, will save sample of all reports in this
directory.
.TP
\fB\-\-test\-disable\fR
Disable loading test files.
.TP
\fB\-\-test\-commit\fR
Commit database changes performed by tests.
.IP
Logging Configuration:
.TP
\fB\-\-logfile\fR=\fILOGFILE\fR
file where the server log will be stored
.TP
\fB\-\-no\-logrotate\fR
do not rotate the logfile
.TP
\fB\-\-syslog\fR
Send the log to the syslog server
.TP
\fB\-\-log\-level\fR=\fILOG_LEVEL\fR
specify the level of the logging. Accepted values:
['info', 'debug_rpc', 'warn', 'critical', 'error',
\&'debug', 'notset']
.SH SMTP CONFIGURATION
['info', 'debug_rpc', 'warn', 'test', 'critical',
\&'debug_sql', 'error', 'debug', 'debug_rpc_answer',
\&'notset']
.IP
SMTP Configuration:
.TP
\fB\-\-email\-from\fR=\fIEMAIL_FROM\fR
specify the SMTP email address for sending email
@ -111,7 +148,7 @@ specify the SMTP server for sending email
\fB\-\-smtp\-port\fR=\fISMTP_PORT\fR
specify the SMTP port
.TP
\fB\-\-smtp\-ssl\fR=\fISMTP_SSL\fR
\fB\-\-smtp\-ssl\fR
specify the SMTP server support SSL or not
.TP
\fB\-\-smtp\-user\fR=\fISMTP_USER\fR
@ -119,12 +156,8 @@ specify the SMTP username for sending email
.TP
\fB\-\-smtp\-password\fR=\fISMTP_PASSWORD\fR
specify the SMTP password for sending email
.TP
\fB\-\-price_accuracy\fR=\fIPRICE_ACCURACY\fR
specify the price accuracy
.SH DATABASE RELATED OPTIONS
.IP
Database related options:
.TP
\fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR
specify the database name
@ -152,9 +185,9 @@ to posgresql
Use this for big data importation, if it crashes you
will be able to continue at the current state. Provide
a filename to store intermediate importation states.
.SH INTERNATIONALISATION OPTIONS
.IP
Internationalisation options:
.IP
Use these options to translate OpenERP to another language.See i18n
section of the user manual. Option '\-d' is mandatory.Option '\-l' is
mandatory in case of importation
@ -177,18 +210,20 @@ specify modules to export. Use in combination with
.TP
\fB\-\-addons\-path\fR=\fIADDONS_PATH\fR
specify an alternative addons path.
.SH FILES
~/.openerp_serverrc
.SH AUTHORS
OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
.SH SEE ALSO
openerp_serverrc(5)
openerp(1)
.br
\fIhttp://www.openerp.com\fR : Open ERP official website
.br
\fIhttp://doc.openerp.com\fR : Open ERP documentation
.IP
Security\-related options:
.TP
\fB\-\-no\-database\-list\fR
disable the ability to return the list of databases
.SH "SEE ALSO"
The full documentation for
.B OpenERP
is maintained as a Texinfo manual. If the
.B info
and
.B OpenERP
programs are properly installed at your site, the command
.IP
.B info OpenERP
.PP
should give you access to the complete manual.