[IMP] hr_timesheet: small code and test cleanup

bzr revid: rco@openerp.com-20111221105214-kgwedzef47lvoii8
This commit is contained in:
Raphael Collet 2011-12-21 11:52:14 +01:00
parent d87f491178
commit bc40611002
7 changed files with 10 additions and 11 deletions

View File

@ -88,7 +88,6 @@ class hr_so_project(osv.osv_memory):
return timesheet_obj.create(cr, uid, res, context=context)
def sign_out_result_end(self, cr, uid, ids, context=None):
print""
emp_obj = self.pool.get('hr.employee')
for data in self.browse(cr, uid, ids, context=context):
emp_id = data.emp_id.id