[ADD] crm: Added phonecall2meeting.yml

bzr revid: ron@tinyerp.com-20111017094955-dgeazzmitmq3jf4v
This commit is contained in:
ron@tinyerp.com 2011-10-17 15:19:55 +05:30
parent c656f53e81
commit b147d8a4c1
2 changed files with 7 additions and 0 deletions

View File

@ -127,6 +127,7 @@ Creates a dashboard for CRM that includes:
'test/process/lead2_mass_convert_opportunity.yml',
'test/ui/lead_form.yml',
'test/process/phonecall2opportunity.yml',
'test/process/phonecall2meeting.yml',
'test/test_crm_recurrent_meeting_case2.yml',
],
'installable': True,

View File

@ -0,0 +1,6 @@
-
I test to arrage meeting from Phonecall, so i convert and check phonecall to meeting.
-
!python {model: crm.phonecall}: |
res = self.action_make_meeting(cr, uid, [ref('crm_case_phone06')])
assert res, "No create Meeting from phonecall"