On Thu, Dec 1, 2011 at 2:18 AM, Udo Spallek <[email protected]> wrote: > Hi, > Wed, 30 Nov 2011 09:54:15 -0800 (PST) > felipon <[email protected]>: >> i'm trying to understand how tryton decides which view should use for >> a given model, > When you use a menu entry to open a view, it is done with an /action/. > You can find an old (version 1.8) draft explanation of the general > concept here[1]. > >> so i've tried to connect with tryton client using a >> text based protocol for analyzing, But i coud't, tryton client does't >> have an option for protocol type and it seems that neither is >> autodetected. So, am i missing something ? >> are XML-RPC, JSON-RPC supportted by tryton-client? > The Tryton client only use JSONRPC so there is no autodetection needed > (older Versions use NETRPC). > >> how do i setup >> theses things ? > If you are interested in some communication log, just start the > Tryton client like this:: > tryton -v > > Cheers > > Udo > > [1] http://code.google.com/p/tryton/wiki/ViewsAndActions > -- > _____________________________ > virtual things > Preisler & Spallek GbR > München - Aachen > > Windeckstr. 77 > 81375 München > Tel: +49 (89) 710 481 55 > Fax: +49 (89) 710 481 56 > > [email protected] > http://www.virtual-things.biz > > -- > [email protected] mailing list
here more examples with jsonrpc http://code.google.com/p/tryton/wiki/CodeSnippets#tryton_jsonrpc_client_for_create_a_database -- [email protected] mailing list
