[FIX] Document : It should be allowed to browse through FTP,disregard to --no-databse-list option

bzr revid: gpa@tinyerp.com-20100511070138-xy7s91dyvamlx0m0
This commit is contained in:
gpa 2010-05-11 12:31:38 +05:30
parent 3063846d3e
commit 68737dfd09
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ class abstracted_fs:
def db_list(self):
#return pooler.pool_dic.keys()
s = netsvc.ExportService.getService('db')
result = s.exp_list()
result = s.exp_list(document=True)
self.db_name_list = []
for db_name in result:
db, cr = None, None