bzr revid: fp@tinyerp.com-20081119082400-2wifcbxa86op1dl6
This commit is contained in:
Fabien Pinckaers 2008-11-19 09:24:00 +01:00
parent 6b5fbdcec5
commit a9ee76ae48
1 changed files with 1 additions and 1 deletions

View File

@ -661,7 +661,7 @@ class document_configuration_wizard(osv.osv_memory):
_name='document.configuration.wizard'
_rec_name = 'Auto Directory configuration'
_columns = {
'host': field.char('Server Address', size=64, help="Put here the server address or IP. " \
'host': fields.char('Server Address', size=64, help="Put here the server address or IP. " \
"Keep localhost if you don't know what to write.")
}
def action_cancel(self,cr,uid,ids,conect=None):