[Openerp-community] Javascript JSON-RPC client for OpenERP

2014-02-24 Thread Daniel Reis
Hello all, I'm trying to build a WebApp proof-of-concept for OpenERP. It should be a offline-first, mobile-first app, and work independently from OpenERP's webclient. For my proof-of-concept I'll be using Boostrap and Backbone with LocalStorage. These components are already part of

Re: [Openerp-community] Javascript JSON-RPC client for OpenERP

2014-02-24 Thread Axel Mendoza Pupo
You should check the OpenERP WebClient JSON-RPC since it has an specific implementation to manipulate the payload, more specifically the uid of the session and the httpsession params to maintain the HttpSession in OpenERP server, you could look at instance.web.Session class in coresetup.js and in