bzr revid: fp@tinyerp.com-20090122074444-1zpp4psuz1uhh5j2
This commit is contained in:
Fabien Pinckaers 2009-01-22 08:44:44 +01:00
parent 9bda731cfd
commit 7c579ca353
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class Country(osv.osv):
_description = 'Country'
_columns = {
'name': fields.char('Country Name', size=64,
help='The full name of the country.', required=True),
help='The full name of the country.', required=True, translate=True),
'code': fields.char('Country Code', size=2,
help='The ISO country code in two chars.\n'
'You can use this field for quick search.', required=True),