[ADD] hr_timesheet,project_issue,purchase : help added on menus
authorVir (Open ERP) <vir@tinyerp.com>
Fri, 20 Aug 2010 06:34:55 +0000 (12:04 +0530)
committerVir (Open ERP) <vir@tinyerp.com>
Fri, 20 Aug 2010 06:34:55 +0000 (12:04 +0530)
bzr revid: vir@tinyerp.com-20100820063455-wkvbrq49faucwie2

addons/hr_timesheet/hr_timesheet_view.xml
addons/project_issue/project_issue_menu.xml
addons/project_issue/report/project_issue_report_view.xml
addons/purchase/purchase_view.xml

index 97e6c4e..f6b38c3 100644 (file)
@@ -90,6 +90,7 @@
             <field name="view_mode">tree,form</field>
             <field name="context">{"search_default_user_id":uid}</field>
             <field name="search_view_id" ref="hr_timesheet_line_search"/>
+            <field name="help">This functionality gives you a list of work done by user, product and analytic account (or project). A search tool allows you to make fine-grained analysis.</field>
         </record>
 
     <menuitem id="menu_project_working_hours" parent="base.menu_project_management_time_tracking" action="act_hr_timesheet_line_evry1_all_form"/>
index 5e8bd11..9c074ed 100644 (file)
@@ -15,6 +15,7 @@
         <field name="domain" eval="[('categ_id','=',ref('bug_categ'))]"/>
         <field name="context">{"search_default_user_id": uid, "search_default_current":1, "search_default_project_id":project_id}</field>
         <field name="search_view_id" ref="view_project_issue_filter"/>
+        <field name="help">Issues like bugs in a system, client complain, materials breakdown are collected here.A list view allows the manager to quickly check for them, assign them, make their status evolved.</field>
     </record>
 
     <record model="ir.actions.act_window.view" id="action_crm_tag_tree_view0">
index 386020f..c80ccc8 100644 (file)
                        <field name="context">{'search_default_This Month':1,'search_default_project':1,'group_by_no_leaf':1,'group_by':[]}</field>
             <field name="view_id" ref="view_project_issue_report_tree"/>
             <field name="search_view_id" ref="view_project_issue_report_filter"/>
+            <field name="help">Track your projects issues and fixing delay with a high accuracy. A multicriteria search tool allows fine-grained analysis.</field>
         </record>
 
 
index 89dc343..533c035 100644 (file)
             <field name="context">{'search_default_draft': 1,'search_default_create_uid':uid}</field>
             <field name="view_mode">tree,form,graph,calendar</field>
             <field name="search_view_id" ref="view_purchase_order_filter"/>
+            <field name="help">With the Requests for quotation menu you can create new quotations, review existing one and confirm them to order once the supplier offer is approved.</field>
         </record>
         <menuitem action="purchase_rfq" id="menu_purchase_rfq" parent="menu_procurement_management"
                 sequence="6" groups="group_purchase_manager,group_purchase_user"/>
             <field name="view_mode">tree,form,graph,calendar</field>
             <field name="context">{'search_default_approved': 1,'search_default_create_uid':uid}</field>
             <field name="search_view_id" ref="view_purchase_order_filter"/>
+            <field name="help">From the Purchase Orders menu, you can create directly new orders and consult the list of your orders in their various state.</field>
         </record>
         <menuitem action="purchase_form_action" id="menu_purchase_form_action" parent="menu_procurement_management" />