.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .TH OPENERP "1" "March 2009" "OpenERP Server 5.0.0" "User Commands" .SH NAME OpenERP \- manual page for OpenERP Server 5.0.0 .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 show program's version number and exit .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-c\fR CONFIG, \fB\-\-config\fR=\fICONFIG\fR specify alternate config file .TP \fB\-s\fR, \fB\-\-save\fR save configuration to ~/.openerp_serverrc .TP \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 \fB\-\-without\-demo\fR=\fIWITHOUT_DEMO\fR load demo data for a module (use "all" for all modules) .TP \fB\-u\fR UPDATE, \fB\-\-update\fR=\fIUPDATE\fR update a module (use "all" for all modules) .TP \fB\-\-cache\-timeout\fR=\fICACHE_TIMEOUT\fR set the timeout for the cache system .TP \fB\-\-stop\-after\-init\fR stop the server after it initializes .TP \fB\-\-debug\fR enable debug mode .TP \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 .TP \fB\-S\fR, \fB\-\-secure\fR launch server over https instead of http .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 .TP \fB\-\-logfile\fR=\fILOGFILE\fR file where the server log will be stored .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 .TP \fB\-\-email\-from\fR=\fIEMAIL_FROM\fR specify the SMTP email address for sending email .TP \fB\-\-smtp\fR=\fISMTP_SERVER\fR specify the SMTP server for sending email .TP \fB\-\-smtp\-port\fR=\fISMTP_PORT\fR specify the SMTP port .TP \fB\-\-smtp\-ssl\fR=\fISMTP_SSL\fR specify the SMTP server support SSL or not .TP \fB\-\-smtp\-user\fR=\fISMTP_USER\fR 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 .TP \fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR specify the database name .TP \fB\-r\fR DB_USER, \fB\-\-db_user\fR=\fIDB_USER\fR specify the database user name .TP \fB\-w\fR DB_PASSWORD, \fB\-\-db_password\fR=\fIDB_PASSWORD\fR specify the database password .TP \fB\-\-pg_path\fR=\fIPG_PATH\fR specify the pg executable path .TP \fB\-\-db_host\fR=\fIDB_HOST\fR specify the database host .TP \fB\-\-db_port\fR=\fIDB_PORT\fR specify the database port .TP \fB\-\-db_maxconn\fR=\fIDB_MAXCONN\fR specify the the maximum number of physical connections to posgresql .TP \fB\-P\fR IMPORT_PARTIAL, \fB\-\-import\-partial\fR=\fIIMPORT_PARTIAL\fR 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 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 .TP \fB\-l\fR LANGUAGE, \fB\-\-language\fR=\fILANGUAGE\fR specify the language of the translation file. Use it with \fB\-\-i18n\-export\fR or \fB\-\-i18n\-import\fR .TP \fB\-\-i18n\-export\fR=\fITRANSLATE_OUT\fR export all sentences to be translated to a CSV file, a PO file or a TGZ archive and exit .TP \fB\-\-i18n\-import\fR=\fITRANSLATE_IN\fR import a CSV or a PO file with translations and exit. The '\-l' option is required. .TP \fB\-\-modules\fR=\fITRANSLATE_MODULES\fR specify modules to export. Use in combination with \fB\-\-i18n\-export\fR .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