> You see, a major problem of the native clients (up to v6.0) has been > the RPC > protocol. > If OpenERP SA. keeps removing functionality and breaking > compatibility of the > RPC, your GTK client will be "handicaped" sooner or later. > > > Perhaps we should take a good look at switching over from XML-RPC to > JSON-RPC and updating the call methods to more closely match > the behavior of the web client (such as on_change propagation etc). > I don't see much problems in switching over between these two since > python has all those "batteries" included.
Trunk is already in JSON-RPC (for javascript to python) then normal method calls (for python web controller to openerp server). -- Fabien Pinckaers CEO OpenERP Chaussée de Namur 40 B-1367 Grand-Rosière Belgium Phone: +32.81.81.37.00 Fax: +32.81.73.35.01 Web: http://openerp.com _______________________________________________ Mailing list: https://launchpad.net/~openerp-community Post to : [email protected] Unsubscribe : https://launchpad.net/~openerp-community More help : https://help.launchpad.net/ListHelp

