[FIX] document : changes base on new api of db web service call

bzr revid: hmo@tinyerp.com-20091201103154-3k5bq3oskgwbc6en
This commit is contained in:
Harry (Open ERP) 2009-12-01 16:01:54 +05:30
parent 9577f9a58e
commit bc51ec30b3
1 changed files with 2 additions and 2 deletions

View File

@ -141,8 +141,8 @@ class abstracted_fs:
# Ok
def db_list(self):
#return pooler.pool_dic.keys()
s = netsvc.LocalService('db')
result = s.list()
s = netsvc.ExportService.getService('db')
result = s.exp_list()
self.db_name_list = []
for db_name in result:
db, cr = None, None