From 674f248c4759d18b3ddcaa19d6eec38231f54e53 Mon Sep 17 00:00:00 2001 From: Yannick Tivisse Date: Fri, 19 Sep 2014 08:47:45 +0200 Subject: [PATCH] [IMP] CRM Onboarding improvement --- addons/crm/crm_tip_data.xml | 11 ++++++----- addons/web_tip/static/src/css/tip.css | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/addons/crm/crm_tip_data.xml b/addons/crm/crm_tip_data.xml index 7ddeb54..dab9957 100644 --- a/addons/crm/crm_tip_data.xml +++ b/addons/crm/crm_tip_data.xml @@ -15,7 +15,7 @@ - Switch to the opportunities pipeline for this contact. Here you can access important related documents for this customer + By clicking here, you can keep a track of your sales potential concerning this customer. You be able to plan meeting and calls related to the opportunities. res.partner form @@ -26,7 +26,7 @@ - Switch back to the pipeline view. In one screen, view all your opportunities with the expected revenue for each stage. + This where you navigate through your process. Click here to go back to where you came from. crm.lead opportunity form @@ -37,14 +37,15 @@ - Drag and drop]]> your opportunity to the next stage. Our Sales Planner tool can help you define your pipeline stages. + drag and droping the pad in another column.]]> crm.lead kanban - .oe_kanban_record:visible - table.oe_kanban_groups:last + div.oe_kanban_record:visible + div.oe_kanban_record:visible:first .oe_kanban_record mouseup auto top + diff --git a/addons/web_tip/static/src/css/tip.css b/addons/web_tip/static/src/css/tip.css index 089b713..8efbf47 100644 --- a/addons/web_tip/static/src/css/tip.css +++ b/addons/web_tip/static/src/css/tip.css @@ -4,7 +4,7 @@ left: 0; right: 0; position: absolute; - opacity: 0.8; + opacity: 0.6; z-index: 1001; background-color: #000; background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%); -- 1.7.10.4