[IMP] crm, crm_claim: Put #comment created data for onchange event because its need to check when installed crm_partner_assign

bzr revid: ron@tinyerp.com-20111123100813-mjeu1dian4cob0bc
This commit is contained in:
ron@tinyerp.com 2011-11-23 15:38:13 +05:30
parent 0735538c90
commit 20acb2c2e1
2 changed files with 3 additions and 2 deletions

View File

@ -123,7 +123,7 @@ Creates a dashboard for CRM that includes:
'test/process/merge_opportunity.yml', 'test/process/merge_opportunity.yml',
'test/process/cancel_lead.yml', 'test/process/cancel_lead.yml',
'test/process/segmentation.yml', 'test/process/segmentation.yml',
#'test/ui/crm_demo.yml', TODO : After installing crm_partner_assign view error 'test/ui/crm_demo.yml', #TODO : After installing crm_partner_assign view error
'test/ui/duplicate_lead.yml', 'test/ui/duplicate_lead.yml',
'test/ui/delete_lead.yml' 'test/ui/delete_lead.yml'
], ],

View File

@ -49,7 +49,8 @@ automatically new claims based on incoming emails.
'crm_claim_demo.xml', 'crm_claim_demo.xml',
], ],
'test': ['test/process/claim.yml', 'test': ['test/process/claim.yml',
'test/ui/claim_demo.yml'], 'test/ui/claim_demo.yml'#TODO : After installing crm_partner_assign view error
],
'installable': True, 'installable': True,
'active': False, 'active': False,
'certificate' : '00612027414703404749', 'certificate' : '00612027414703404749',