Am 26.04.2013 15:31, schrieb Tejas: > It not fit exactly, > > I looking for tryton client side lib, > > so via I can makes jsonrpc calls and able to get data from server. > > Looking for batter solution > > Thanks,
So you can write a module that handles this. Since html is a string you can write a method that returns the html you want and register it via self._rpc.update. We have done this with simple forms that are transforming tryton forms (self.fields_view_get()['arch']) to html using parseString from xml.dom.minidom and returns the whole htmlform rendered. Jan
