[Fix] base_report_designer: server url is not a text field but a label

bzr revid: sbh@tinyerp.com-20110517082919-cley2ebh4appxovc
This commit is contained in:
Bhumika (OpenERP) 2011-05-17 13:59:19 +05:30
parent d3e24796c7
commit 4cd3870b8d
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ class ServerParameter( unohelper.Base, XJobExecutor ):
self.win.addFixedText("lblVariable", 2, 12, 35, 15, "Server URL")
if docinfo.getUserFieldValue(0)=="":
docinfo.setUserFieldValue(0,"http://localhost:8069")
self.win.addEdit("txtHost",-20,9,105,15,sURL)
self.win.addFixedText("txtHost",-20,12,105,15,sURL)
self.win.addFixedText("lblDatabaseName", 6, 31, 31, 15, "Database")