~ubuntu-branches/ubuntu/trusty/openerp-client/trusty

« back to all changes in this revision

Viewing changes to man/openerp-client.1

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2008-12-07 20:17:00 UTC
  • Revision ID: james.westby@ubuntu.com-20081207201700-a875pic3sd7xkoru
Tags: upstream-5.0.0~alpha
ImportĀ upstreamĀ versionĀ 5.0.0~alpha

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH openerp 1
 
2
 
 
3
.SH NAME
 
4
openerp \- Client for OpenERP
 
5
 
 
6
.SH SYNOPSIS
 
7
 
 
8
.B openerp-client.py [options]
 
9
 
 
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 NET-RPC and XML-RPC interface.
 
19
 
 
20
.SH OPTIONS
 
21
.TP
 
22
.B \-h, \-\-help
 
23
Print this help message and exit.
 
24
 
 
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 ~/.openerprc
 
31
 
 
32
.TP
 
33
.B \-v, \-\-verbose
 
34
Enable verbose mode. This is equivalent to: \fB\-\-log\-level\fR=INFO
 
35
 
 
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
 
40
 
 
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
 
45
 
 
46
.SH FILES
 
47
~/.openerprc
 
48
 
 
49
.SH AUTHORS
 
50
 
 
51
OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR)
 
52
 
 
53
.SH SEE ALSO
 
54
openerp_server(1)
 
55
.br
 
56
\fIhttp://www.openerp.com\fR : OpenERP functional description
 
57