[REM] hr: removed a field that has probably been added by a copy-paste.

bzr revid: tde@openerp.com-20120807120300-l70tx73pobb4ofe1
This commit is contained in:
Thibault Delavallée 2012-08-07 14:03:00 +02:00
parent 365d62a7d4
commit 71d0000352
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ class hr_employee(osv.osv):
help="Small-sized photo of the employee. It is automatically "\
"resized as a 50x50 px image, with aspect ratio preserved. "\
"Use this field anywhere a small image is required."),
'active': fields.boolean('Active'),
'passport_id':fields.char('Passport No', size=64),
'color': fields.integer('Color Index'),
'city': fields.related('address_id', 'city', type='char', string='City'),