Launchpad automatic translations update.
[odoo/odoo.git] / addons / crm_helpdesk / crm_helpdesk_menu.xml
index 80077e9..96d862f 100644 (file)
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="utf-8"?>
 <openerp>
     <data noupdate="1">
-        <menuitem id="base.menu_aftersale" name="After-Sale Services"
-            parent="base.menu_base_partner" sequence="7" />
+        <menuitem
+            icon="terp-project" id="base.menu_main_pm"
+            name="Project" sequence="10"
+            web_icon="images/project.png"
+            web_icon_hover="images/project-hover.png"/>
+
+        <menuitem id="base.menu_aftersale" name="After-Sale Services" sequence="2" parent="base.menu_main_pm" />
 
 <!-- Help Desk (menu) -->
 
@@ -11,9 +16,9 @@
             <field name="res_model">crm.helpdesk</field>
             <field name="view_mode">tree,calendar,form</field>
             <field name="view_id" ref="crm_case_tree_view_helpdesk"/>
-            <field name="context">{"search_default_user_id":uid, 'search_default_section_id': section_id}</field>
             <field name="search_view_id" ref="view_crm_case_helpdesk_filter"/>
-            <field name="help">'Helpdesk and Support' allows you to track your interventions. Select a customer, add notes and categorize interventions with partners if necessary and assign a priority level. Depending on your need, you may consider using the issues system of OpenERP to manage your support activities.</field>
+            <field name="context">{"search_default_user_id":uid, 'search_default_section_id': section_id}</field>
+            <field name="help">Helpdesk and Support allow you to track your interventions. Select a customer, add notes and categorize interventions with partners if necessary. You can also assign a priority level. Use the OpenERP Issues system to manage your support activities. Issues can be connected to the email gateway: new emails may create issues, each of them automatically gets the history of the conversation with the customer.</field>
         </record>
 
         <record model="ir.actions.act_window.view" id="action_crm_sec_tree_view_act111">