[IMP] google_map : Improved the identation.

bzr revid: mdi@tinyerp.com-20120918111929-m90m7fy6gqwi3380
This commit is contained in:
Divyesh Makwana (Open ERP) 2012-09-18 16:49:29 +05:30
parent f9c2b3796b
commit db39306c85
1 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,9 @@ class launch_map(osv.osv):
if partner.zip:
url+='+'+partner.zip.replace(' ','+')
return {
'type': 'ir.actions.act_url',
'url':url,
'target': 'new'
'type': 'ir.actions.act_url',
'url':url,
'target': 'new'
}
launch_map()