[IMP] CRM Onboarding improvement
authorYannick Tivisse <yti@odoo.com>
Fri, 19 Sep 2014 06:47:45 +0000 (08:47 +0200)
committerThibault Delavallée <tde@openerp.com>
Fri, 19 Sep 2014 07:46:46 +0000 (09:46 +0200)
addons/crm/crm_tip_data.xml
addons/web_tip/static/src/css/tip.css

index 7ddeb54..dab9957 100644 (file)
@@ -15,7 +15,7 @@
 
         <record model="web.tip" id="crm_tip_2">
             <field name="title"></field>
-            <field name="description">Switch to the opportunities pipeline for this contact. Here you can access important related documents for this customer</field>
+            <field name="description">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.</field>
             <field name="action_id" ref="base.action_partner_form"/>
             <field name="model">res.partner</field>
             <field name="mode">form</field>
@@ -26,7 +26,7 @@
 
         <record model="web.tip" id="crm_tip_3">
             <field name="title"></field>
-            <field name="description">Switch back to the pipeline view. In one screen, view all your opportunities with the expected revenue for each stage.</field>
+            <field name="description">This where you navigate through your process. Click here to go back to where you came from.</field>
             <field name="model">crm.lead</field>
             <field name="type">opportunity</field>
             <field name="mode">form</field>
 
         <record model="web.tip" id="crm_tip_4">
             <field name="title"></field>
-            <field name="description"><![CDATA[<b>Drag and drop</b>]]> your opportunity to the next stage. Our Sales Planner tool can help you define your pipeline stages.</field>
+            <field name="description"><![CDATA[You can change the stage of your opportunities by simply <b>drag and droping</b> the pad in another column.]]></field>
             <field name="model">crm.lead</field>
             <field name="mode">kanban</field>
-            <field name="trigger_selector">.oe_kanban_record:visible</field>
-            <field name="highlight_selector">table.oe_kanban_groups:last</field>
+            <field name="trigger_selector">div.oe_kanban_record:visible</field>
+            <field name="highlight_selector">div.oe_kanban_record:visible:first</field>
             <field name="end_selector">.oe_kanban_record</field>
             <field name="end_event">mouseup</field>
             <field name="placement">auto top</field>
         </record>
+
     </data>
 </openerp>
index 089b713..8efbf47 100644 (file)
@@ -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%);