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
parent a7dc7a51ce
commit 5d7f512335
3 changed files with 6 additions and 2 deletions

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