[FIX] hr_timesheet_sheet: removed readonly on attendances

bzr revid: qdp-launchpad@openerp.com-20110311172513-7b3cpor9feipqfvf
This commit is contained in:
Quentin (OpenERP) 2011-03-11 18:25:13 +01:00
parent ae319d8495
commit 87ca1eefae
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ class hr_timesheet_sheet(osv.osv):
'draft': [('readonly', False)],
'new': [('readonly', False)]}
),
'attendances_ids' : one2many_mod2('hr.attendance', 'sheet_id', 'Attendances', readonly=True,),
'attendances_ids' : one2many_mod2('hr.attendance', 'sheet_id', 'Attendances'),
'state' : fields.selection([
('new', 'New'),
('draft','Draft'),