Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
2 Odpowiedzi
4744 Widoki

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

Awatar
Odrzuć
Autor Najlepsza odpowiedź

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

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Autor

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

Powiązane posty Odpowiedzi Widoki Czynność
1
wrz 15
3309
11
wrz 16
25638
6
lis 15
10711
2
paź 15
5816
1
lut 16
4001