Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
6 Ответы
22650 Представления

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 OpenERP's stack, and my research tells me they can meet my goals. Now, my missing piece is the communication with the OpenERP Server. I know I can use JSON-RPC, but I can't find any concise documentation on how to do it with Javascript. I may be missing something obvious, but my next step is going to dig into OpenERP web client libraries to figure that out. I want to get a working pure javascript example for reading and writing data for an OpenERP Model, using JSON-RPC to interact with the server. I would greatly appreciate some help from knowledgeable people that could . I promise to share the results.

Аватар
Отменить

hii found a solution for this problem. you can use following solution...... http://gauravsahu.github.io/odoo-client-JSON-RPC/

Лучший ответ

hii found a solution for this problem.

you can use following solution......

http://gauravsahu.github.io/odoo-client-JSON-RPC/

Аватар
Отменить
Лучший ответ

Hi Sharjeel.
The links below can give you an idea:

Best regards.

Аватар
Отменить
Лучший ответ

Hi pierre

I ve downloaded and tested the code in the anybox.fr link. But it seems not workin, after many tries , i still got "Session Expired Exception" and when i try to display user_context data i always got an emty json object : {}.

i checked , url, base name, login and password, every thing is ok, but still got the some excpetion.

Any explanation about what went wrong ?

regrads

Аватар
Отменить
Лучший ответ

Try the new odoo developers documentation.

It includes JSON-RPC sample code.

Аватар
Отменить
Лучший ответ

Hi Chancerel,

Thanks to linked Anybox blog! I'm appologize currently the demo is probably down, I'm moving this demo on odoo. I haven't ever try if it's still working.

Regards,

 

Аватар
Отменить