Add 'website' on partner display
This commit is contained in:
committed by
Raphaël Valyi
parent
f62f7121db
commit
2db13433c3
@@ -101,6 +101,12 @@ class ResPartner(models.Model):
|
|||||||
'icon': u'\u2709',
|
'icon': u'\u2709',
|
||||||
'label': _('E-mail:'),
|
'label': _('E-mail:'),
|
||||||
},
|
},
|
||||||
|
'website': {
|
||||||
|
'value': self.website,
|
||||||
|
# http://www.fileformat.info/info/unicode/char/1f310/index.htm
|
||||||
|
'icon': u'\U0001f310',
|
||||||
|
'label': _('Website:'),
|
||||||
|
},
|
||||||
'address': {
|
'address': {
|
||||||
'value': self._display_address(without_company=True),
|
'value': self._display_address(without_company=True),
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user