[IMP] res_partner: change company field tooltip
authorKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Tue, 21 Feb 2012 06:17:10 +0000 (11:47 +0530)
committerKuldeep Joshi (OpenERP) <kjo@tinyerp.com>
Tue, 21 Feb 2012 06:17:10 +0000 (11:47 +0530)
bzr revid: kjo@tinyerp.com-20120221061710-96acnar7jbqcdt95

openerp/addons/base/res/res_partner.py

index b2b1a95..d6e4901 100644 (file)
@@ -158,7 +158,7 @@ class res_partner(osv.osv):
         'active': fields.boolean('Active', help="Uncheck the active field to hide the contact."),
 #        'company_id': fields.related('partner_id','company_id',type='many2one',relation='res.company',string='Company', store=True),
         'company_id': fields.many2one('res.company', 'Company',select=1),
-        'is_company': fields.boolean('Company', help="Check if you want to create company"),
+        'is_company': fields.boolean('Company', help="Check the field to create company otherwise it is personal contacts"),
         'color': fields.integer('Color Index'),
     }
     def _default_category(self, cr, uid, context=None):