[IMP]base/res_partner: change tool tip of user_parent_address field

bzr revid: kjo@tinyerp.com-20120328053040-7uwalgbkqcpf7m2b
This commit is contained in:
Kuldeep Joshi (OpenERP) 2012-03-28 11:00:40 +05:30
parent c1a3ea54e0
commit 7d6478499b
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ class res_partner(osv.osv):
'mobile': fields.char('Mobile', size=64),
'birthdate': fields.char('Birthdate', size=64),
'is_company': fields.boolean('Company', help="Check if the contact is a company, otherwise it is a person"),
'use_parent_address': fields.boolean('Use Company Address', help="Check to use the company's address"),
'use_parent_address': fields.boolean('Use Company Address', help="Select this if you want to set company's address information for this contact"),
'photo': fields.binary('Photo'),
'company_id': fields.many2one('res.company', 'Company', select=1),
'color': fields.integer('Color Index'),