translate=False on 'name' field of crm.lead.tag and res.partner.category
This commit is contained in:
committed by
Raphaël Valyi
parent
f91738176a
commit
3479535356
@@ -128,3 +128,9 @@ class ResPartner(models.Model):
|
||||
res.append(u'%s' % entry['value'])
|
||||
res = '\n'.join(res)
|
||||
return res
|
||||
|
||||
|
||||
class ResPartnerCategory(models.Model):
|
||||
_inherit = 'res.partner.category'
|
||||
|
||||
name = fields.Char(translate=False)
|
||||
|
||||
Reference in New Issue
Block a user