Tryton Remote Procedure Call WebService

Tryton Can you provide a WebService interface for external invocation, If there are any examples thank you.

Tryton clients communicate with the server using JSON-RPC calls, so somehow if you want you can already use some form of webservice interface.

But it’s not over yet: the timesheet module is using user application to expose an API: modules/timesheet: 69e973dc7055 routes.py

So there is probably already all you need available to do what you want. But it would be easier to help you if you provide more information about what you want to achieve.

1 Like