Add track_visibility='onchange' on important fields of picking
Code cleanup
This commit is contained in:
committed by
Raphaël Valyi
parent
187a531fce
commit
b8d98a80ad
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user