From d144d320ecd34bc1941c0a4dc85829fd155d2ed8 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Thu, 20 Jun 2013 17:20:07 +0200 Subject: [PATCH] [FIX]crm_channel: view and typo imp bzr revid: dle@openerp.com-20130620152007-v8yt5kwdkgeh1w8i --- addons/crm/crm_lead.py | 1 - addons/crm/crm_lead_data.xml | 6 --- addons/crm_channel/crm_data.xml | 11 ++-- addons/crm_channel/crm_portal_view.xml | 55 +++++++------------- .../crm_channel/data/lead_mail_template_data.xml | 2 +- 5 files changed, 24 insertions(+), 51 deletions(-) diff --git a/addons/crm/crm_lead.py b/addons/crm/crm_lead.py index b8673e7..44ada2f 100644 --- a/addons/crm/crm_lead.py +++ b/addons/crm/crm_lead.py @@ -719,7 +719,6 @@ class crm_lead(base_stage, format_address, osv.osv): continue vals = self._convert_opportunity_data(cr, uid, lead, customer, section_id, context=context) self.write(cr, uid, [lead.id], vals, context=context) - self.message_post(cr, uid, ids, body=_("Lead converted into an Opportunity"), subtype="crm.mt_lead_convert_to_opportunity", context=context) if user_ids or section_id: self.allocate_salesman(cr, uid, ids, user_ids, section_id, context=context) diff --git a/addons/crm/crm_lead_data.xml b/addons/crm/crm_lead_data.xml index 0979a94..91644dc 100644 --- a/addons/crm/crm_lead_data.xml +++ b/addons/crm/crm_lead_data.xml @@ -163,12 +163,6 @@ Opportunity created - - Lead to Opportunity - crm.lead - - Lead converted into an opportunity - Stage Changed crm.lead diff --git a/addons/crm_channel/crm_data.xml b/addons/crm_channel/crm_data.xml index 31ad686..6cdb6e6 100644 --- a/addons/crm_channel/crm_data.xml +++ b/addons/crm_channel/crm_data.xml @@ -1,25 +1,20 @@ - - + Assigned + lead To Recycle - - - Interested - - - + lead diff --git a/addons/crm_channel/crm_portal_view.xml b/addons/crm_channel/crm_portal_view.xml index d2fe7c4..a8d342e 100644 --- a/addons/crm_channel/crm_portal_view.xml +++ b/addons/crm_channel/crm_portal_view.xml @@ -38,42 +38,27 @@ - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/addons/crm_channel/data/lead_mail_template_data.xml b/addons/crm_channel/data/lead_mail_template_data.xml index df9d63c..7fb38fe 100644 --- a/addons/crm_channel/data/lead_mail_template_data.xml +++ b/addons/crm_channel/data/lead_mail_template_data.xml @@ -23,7 +23,7 @@

Please connect to your Partner Portal to get details. On each lead are two buttons on the top left corner that you should press after having contacted the lead: "I'm interested" & "I'm not interested".

-

If you did not contact the lead after 4 weeks (20 days), the lead will be send to another partner.

+

The lead will be send to another partner if you do not contact the lead before 20 days.

Thanks,

-- 1.7.10.4