[REF]: crm: Removed code of cheking probability and planned_revenue in lead2opportunity.yml

bzr revid: ron@tinyerp.com-20111014105256-anhbcrgqvtpgm1n6
This commit is contained in:
ron@tinyerp.com 2011-10-14 16:22:56 +05:30
parent 7c8c006beb
commit f1c236c3ae
1 changed files with 0 additions and 2 deletions

View File

@ -16,8 +16,6 @@
!python {model: crm.lead}: |
lead = self.browse(cr, uid, ref('crm_case_qrecorp0'))
assert lead.type == 'opportunity', 'Lead is not converted to opportunity!'
assert lead.planned_revenue == 0.0, 'Planned revenue should be 0!'
assert lead.probability == 0.0, 'probability revenue should be 0!'
assert lead.partner_id.id == ref("base.res_partner_agrolait"), 'Partner missmatch!'
assert lead.stage_id.id == ref("stage_lead1"), 'Stage of probability is incorrect!'
-