[FIX] web: rewrite reference to removed module openerp.service.web_services

bzr revid: rco@openerp.com-20130213082035-9ajx7jlzim1qunv4
This commit is contained in:
Raphael Collet 2013-02-13 09:20:35 +01:00
parent 4f8081e1fd
commit 11051d4a08
1 changed files with 1 additions and 1 deletions

View File

@ -683,7 +683,7 @@ class WebClient(openerpweb.Controller):
@openerpweb.jsonrequest
def version_info(self, req):
return openerp.service.web_services.RPC_VERSION_1
return openerp.service.common.exp_version()
class Proxy(openerpweb.Controller):
_cp_path = '/web/proxy'