From d2b61742681bd08f56e401a13cae71cd9ff0464e Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Thu, 21 Nov 2013 16:53:24 +0100 Subject: [PATCH] [FIX] project_issue: remove test checking the convert_issue_task feature bzr revid: mat@openerp.com-20131121155324-yg25mzo2css17f13 --- addons/project_issue/test/issue_process.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/addons/project_issue/test/issue_process.yml b/addons/project_issue/test/issue_process.yml index 61ebe2e646c..1bc1633688c 100644 --- a/addons/project_issue/test/issue_process.yml +++ b/addons/project_issue/test/issue_process.yml @@ -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")])