[Fix]project_timesheet : Fix the yml warning

bzr revid: dbr@tinyerp.com-20110914053111-bu9h2odj50soq6u3
This commit is contained in:
DBR (OpenERP) 2011-09-14 11:01:11 +05:30
parent e3fb37a734
commit 04a3571797
1 changed files with 1 additions and 5 deletions

View File

@ -134,8 +134,4 @@
-
!assert {model: hr_timesheet_sheet.sheet, id: hr_timesheet_sheet_sheet_sheetforhrmanager0, string: After hr manager's work task, length of timesheet line of current timesheet must be greater then 1}:
- len(timesheet_ids) > 0
-
Unlink the task.
-
!python {model: project.task}: |
self.unlink(cr, uid, [ref("project_task_getalltimesheetrecords0")])