Title improvement: Usability
authorTejas Tank <tta@openerp.com>
Mon, 7 May 2012 09:21:13 +0000 (14:51 +0530)
committerTejas Tank <tta@openerp.com>
Mon, 7 May 2012 09:21:13 +0000 (14:51 +0530)
bzr revid: tta@openerp.com-20120507092113-i2nva976uvwi6n7y

openerp/addons/base/res/res_partner.py

index bcbeb0f..d72dbef 100644 (file)
@@ -159,7 +159,7 @@ class res_partner(osv.osv):
         'street2': fields.char('Street2', size=128),
         'zip': fields.char('Zip', change_default=True, size=24),
         'city': fields.char('City', size=128),
-        'state_id': fields.many2one("res.country.state", 'Fed. State', domain="[('country_id','=',country_id)]"),
+        'state_id': fields.many2one("res.country.state", 'State', domain="[('country_id','=',country_id)]"),
         'country_id': fields.many2one('res.country', 'Country'),
         'country': fields.related('country_id', type='many2one', relation='res.country', string='Country'),   # for backward compatibility
         'email': fields.char('E-Mail', size=240),