[REM] crm_partner_assign: removed crm_partner_assign/test/ui/partner_assign_demo.yml

bzr revid: ron@tinyerp.com-20111130090619-37he2tau7vb3a2en
This commit is contained in:
ron@tinyerp.com 2011-11-30 14:36:19 +05:30
parent 600713c6eb
commit ad7e7c48e0
2 changed files with 0 additions and 8 deletions

View File

@ -51,7 +51,6 @@ You can also use the geolocalization without using the GPS coordinates.
],
'test': [
'test/process/partner_assign.yml',
'test/ui/partner_assign_demo.yml'
],
'installable': True,
'active': False,

View File

@ -1,7 +0,0 @@
-
I call onchange event to change partner address and Email.
-
!python {model: crm.lead.forward.to.partner}: |
action = self.on_change_partner(cr, uid, ref("crm.crm_case_qrecorp0"), ref("base.res_partner_9"))
assert action['value']['email_to'] == 'info@balmerinc.be', "Email is wrong"
self.on_change_email(cr, uid, [ref('crm.crm_case_qrecorp0')], ref('base.user_root'))