Add track_visibility='onchange' on important fields of picking

Code cleanup
This commit is contained in:
Alexis de Lattre
2017-01-01 08:36:51 +01:00
committed by Raphaël Valyi
parent 187a531fce
commit b8d98a80ad

View File

@@ -114,4 +114,5 @@ class ResPartner(models.Model):
res.append(u'%s %s' % (prefix, entry['value']))
else:
res.append(u'%s' % entry['value'])
return '\n'.join(res)
res = '\n'.join(res)
return res