跳至內容
選單
此問題已被標幟
2 回覆
4854 瀏覽次數

Hi guys,

I'm developing mobile app that has to be able work with either 7 and 8 version protocols through raw json rpc requests.
And after few hours of searches I'm still curious, how to determine which version of OpenERP/Odoo server uses?
Any ideas or may be here is exists some specific request to know server build info.

Thanks in advance.

Update
I found solution. It is in next request your.server.url/web/webclient/version_info

頭像
捨棄
作者 最佳答案

I found solution. It is in next request your.server.url/web/webclient/version_info

頭像
捨棄
最佳答案

The version information is stored in the release.py file on line 33.  I would imagine that the old and new api could give you that information.

It is then envoked in the common.py function and in edi.py

頭像
捨棄
作者

Thanks for the answer. But I have no any idea on how I can invoke one of these functions through json RPC. Any clue?

相關帖文 回覆 瀏覽次數 活動
1
9月 15
3351
11
9月 16
25758
6
11月 15
10812
2
10月 15
5925
1
2月 16
4068