1TRYTON(1)                 Tryton Application Platform                TRYTON(1)
2
3
4

NAME

6       tryton - Tryton Application Platform (Client)
7
8

SYNOPSIS

10       tryton
11
12

DESCRIPTION

14       Tryton  is a high-level general purpose application platform written in
15       Python and using PostgreSQL as database engine. It is the core base  of
16       an ERP.
17
18

OPTIONS

20       Usage: tryton [options] [url]
21
22       When  an  url is passed, the client will try to find an already running
23       client that could handle it and send it to this one to open the url. If
24       it doesn’t find one then it will start the GUI and open the url itself.
25
26       The url schemes are:
27            tryton://<hostname>[:<port>]/<database>/model/<model name>[/<id>][;parameters]
28            tryton://<hostname>[:<port>]/<database>/wizard/<wizard name>[;parameters]
29            tryton://<hostname>[:<port>]/<database>/report/<report name>[;parameters]
30       where  parameters  are  the  corresponding fields of actions encoded in
31       JSON.
32
33
34       --version           show program's version number and exit
35       -h, --help          show this help message and exit
36       -c CONFIG, --config=CONFIG
37                           specify alternate config file
38       -d, --dev           development mode (caching disabled)
39       -v, --verbose       enable verbose mode
40       -l LOG_LEVEL, --log-level=LOG_LEVEL
41                           specify the log level: DEBUG, INFO, WARNING, ERROR,
42                           CRITICAL
43       -u LOGIN, --user=LOGIN
44                           specify the login user
45       -p PORT, --port=PORT
46                           specify the server port
47       -s SERVER, --server=SERVER
48                           specify the server hostname
49

SEE ALSO

51       trytond(8)
52

HOMEPAGE

54       More  information about the Tryton client and the Tryton project can be
55       found at <http://www.tryton.org/>.
56

AUTHOR

58       Tryton client  was  written  by  the  Tryton  project  <http://www.try
59       ton.org/>.
60       This  manual page was written by Daniel Baumann <daniel@debian.org> and
61       Mathias Behrle <mathiasb@m9s.biz>.
62
63
64
653.8                               2015-11-12                         TRYTON(1)
Impressum