[MERGE] merge with latest stable
[odoo/odoo.git] / addons / crm_profiling / crm_profiling_view.xml
index 040dff1..bf5413e 100644 (file)
           <field name="res_model">crm_profiling.questionnaire</field>
           <field name="view_type">form</field>
           <field name="view_mode">tree,form</field>
+          <field name="help">You can create specific topic-related questionnaires to guide your team(s) in the sales cycle by helping them to ask the right questions. The segmentation tool allows you to automatically assign a partner to a category according to his answers to the different questionnaires.</field>
         </record>
-        <menuitem parent="base.menu_crm_configuration" id="menu_segm_questionnaire"
-                  action="open_questionnaires" />
 
+        <menuitem parent="base.menu_crm_config_lead" id="menu_segm_questionnaire"
+                  action="open_questionnaires" />
 
         <record model="ir.actions.act_window" id="open_questions">
           <field name="name">Questions</field>
@@ -25,7 +26,8 @@
           <field name="view_type">form</field>
           <field name="view_mode">tree,form</field>
         </record>
-        <menuitem parent="base.menu_crm_configuration" id="menu_segm_answer"
+
+        <menuitem parent="base.menu_crm_config_lead" id="menu_segm_answer"
                   action="open_questions" />
 
 <!-- Profiling Questionnaire Tree view  -->