[FIX] project_issue: remove test checking the convert_issue_task feature

bzr revid: mat@openerp.com-20131121155324-yg25mzo2css17f13
This commit is contained in:
Martin Trigaux 2013-11-21 16:53:24 +01:00
parent 00f7b3b1f1
commit d2b6174268
1 changed files with 0 additions and 10 deletions

View File

@ -10,13 +10,3 @@
self.send_mail(cr, uid, [new_id], context=ctx)
except Exception, e:
pass
-
Only project manager can create Task for Issue, so let's check data with giving the access rights of manager.
-
!context
uid: 'res_users_project_issue_manager'
-
I create Task for Issue.
-
!python {model: project.issue}: |
self.convert_issue_task(cr, uid, [ref("crm_case_buginaccountsmodule0")])