merge
[openerp-client.git] / man / tinyerp-client.1
blobb9ec64d7c49d9d522e0e663428414e38ccd179dd
1 .TH tinyerp 1
3 .SH NAME
4 openerp \- Client for OpenERP
6 .SH SYNOPSIS
8 .B tinyerp.py [options]
10 .SH DESCRIPTION
11 OpenERP is an Enterprise Resource Planning and Customer Relationship
12 Management software package. It is developed to meet changing needs.
13 The main functional features are: CRM and SRM, analytic and financial
14 accounting, double-entry stock management, sales and purchases management,
15 tasks automation, a help desk, marketing campaigns, and vertical modules
16 for very specific businesses. Technical features include a distributed
17 server, flexible workflows, an object database, a dynamic GUI, customizable
18 reports, and a SOAP and XML-RPC interface.
20 .SH OPTIONS
21 .TP
22 .B \-h, \-\-help
23 Print this help message and exit.
25 .TP
26 .B \-\-version
27 Print the program's version number and exit.
28 .TP
29 .B \-c \fIfile\fR, \-\-config=\fIfile\fR
30 Specify alternate config file. By default, openerp uses ~/.terprc
32 .TP
33 .B \-v, \-\-verbose
34 Enable verbose mode. This is equivalent to: \fB\-\-log\-level\fR=INFO
36 .TP
37 .B \-l \fIlevel\fR, \-\-log-level=\fIlevel\fR
38 Specify the log level. By default, openerp only logs ERROR messages.
39 \fIlevel\fR can be any of the following: DEBUG, INFO, WARNING, ERROR, CRITICAL
41 .TP
42 .B \-d \fIchannels\fR, \-\-log=\fIchannels\fR
43 Specify which channels to log. Available channels are: view, view.form,
44 common.options, common.message, rpc.exception, rpc.request, rpc.result
46 .SH FILES
47 ~/.terprc
49 .SH AUTHORS
51 OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
53 .SH SEE ALSO
54 tinyerp_server(1)
55 .br
56 \fIhttp://www.tinyerp.com\fR : OpenERP functional description
57 .br
58 \fIhttp://www.tinyerp.org\fR : OpenERP developer zone