[ADD] Add write_date to hr.employee and product.product in order to allow image reloa...
[odoo/odoo.git] / addons / hr / hr.py
index 76f9295..15c7c25 100644 (file)
@@ -175,6 +175,7 @@ class hr_employee(osv.osv):
         'color': fields.integer('Color Index'),
         'city': fields.related('address_id', 'city', type='char', string='City'),
         'login': fields.related('user_id', 'login', type='char', string='Login', readonly=1),
+        'write_date': fields.datetime('Update Date' , readonly=True),
     }
 
     def unlink(self, cr, uid, ids, context=None):