[IMP]base/res_partner: change tooltip of website field

bzr revid: kjo@tinyerp.com-20120328060043-kdeju0zx7bpb44i0
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-03-28 11:30:43 +05:30
parent 89660e343c
commit d1a1aed066
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class res_partner(osv.osv):
'user_id': fields.many2one('res.users', 'Salesman', help='The internal user that is in charge of communicating with this partner if any.'),
'vat': fields.char('VAT',size=32 ,help="Value Added Tax number. Check the box if the partner is subjected to the VAT. Used by the VAT legal statement."),
'bank_ids': fields.one2many('res.partner.bank', 'partner_id', 'Banks'),
'website': fields.char('Website',size=64, help="Website of Partner."),
'website': fields.char('Website',size=64, help="Website of Partner or Company"),
'comment': fields.text('Notes'),
'address': fields.one2many('res.partner.address', 'partner_id', 'Contacts'), # should be removed in version 7, but kept until then for backward compatibility
'category_id': fields.many2many('res.partner.category', 'res_partner_category_rel', 'partner_id', 'category_id', 'Categories'),