Fix merging of 5.0.4 into API-changed netsvc.

bzr revid: p_christ@hol.gr-20090901222455-y8yozw41ovizkne1
This commit is contained in:
P. Christeas 2009-09-02 01:24:55 +03:00
parent ceef9b0be9
commit 9e2d058641
1 changed files with 0 additions and 2 deletions

View File

@ -341,8 +341,6 @@ class OpenERPDispatcher:
Logger().notifyChannel('%s' % title, LOG_DEBUG_RPC, pformat(msg))
def dispatch(self, service_name, method, params):
if service_name not in GROUPS['web-services']:
raise Exception('AccessDenied')
try:
self.log('service', service_name)
self.log('method', method)