[IMP] project_issue: issue is pending after convert to task

bzr revid: hmo@tinyerp.com-20101014102449-0dt30yprikhvc62g
This commit is contained in:
Harry (OpenERP) 2010-10-14 15:54:49 +05:30
parent 4135896552
commit 2b29d4784d
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ class project_issue(crm.crm_case, osv.osv):
vals = {
'task_id': new_task_id,
'state':'open'
'state':'pending'
}
case_obj.write(cr, uid, [bug.id], vals)