[IMP] crm: Error generated by assigned wrong reference on test_crm_opportunity.yml

bzr revid: ron@tinyerp.com-20111012063036-hlm825p2gut48o29
This commit is contained in:
ron@tinyerp.com 2011-10-12 12:00:36 +05:30
parent cce4c999e1
commit 7e237da609
1 changed files with 1 additions and 1 deletions

View File

@ -109,5 +109,5 @@
!python {model: crm.merge.opportunity}: |
op_list = [ref('crm_opportunity_1'),ref('crm_opportunity_2')]
op_ids=self.pool.get('crm.lead').browse(cr,uid,op_list)
lead_ids = [ref('crm_lead_newcustomer0')]
lead_ids = [ref('crm_case_qrecorp0')]
self.merge(cr, uid, op_ids, {'lead_ids': lead_ids})