Hello, thank you for the answer. If I would like to do "model.production.on_change_warehouse" where would I look for the code which implements it. Could you give me an advice?
Regards Simon Am Samstag, 2. Juli 2016 09:55:03 UTC+2 schrieb Cédric Krier: > > On 2016-07-01 07:15, 'Simon Tapmeyer' via tryton wrote: > > Hello, > > > > I would like to connect some external proccesses to tryton using the > json > > api. How can I figure out what parameters the methods derived with > > "system.server.listMethods" need and what the methods exactly do? > > You can use the call to system.methodHelp but system.methodSignature is > not implemented because trytond is written in Python. > Indeed most of the methods have always the same API for any Models and > for special cases, the best is to read the code that implement it. > > -- > Cédric Krier - B2CK SPRL > Email/Jabber: [email protected] <javascript:> > Tel: +32 472 54 46 59 > Website: http://www.b2ck.com/ > -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/ada0e744-76ea-477c-adb8-4b6583c8f708%40googlegroups.com.
