[IMP] change as per review
[odoo/odoo.git] / addons / crm_fundraising / crm_fundraising_menu.xml
index 6033652..20fcdee 100644 (file)
@@ -5,17 +5,17 @@
 <!-- MENU -->
 
     <menuitem id="base.menu_fundrising" name="Fund Raising"
-        groups="base.group_extended,base.group_sale_manager,base.group_sale_salesman"
+        groups="base.group_sale_salesman"
         parent="base.menu_base_partner" sequence="8" />
 
     <record model="ir.actions.act_window" id="crm_case_category_act_fund_all1">
-        <field name="name">Funds</field>
+        <field name="name">Fund Raising</field>
         <field name="res_model">crm.fundraising</field>
         <field name="view_mode">tree,form,graph</field>
         <field name="view_id" ref="crm_fundraising.crm_case_tree_view_fund"/>
-        <field name="context">{"search_default_user_id":uid,"search_default_current":1}</field>
+        <field name="context">{"search_default_user_id":uid}</field>
         <field name="search_view_id" ref="crm_fundraising.view_crm_case_fund_filter"/>
-        <field name="help">When you wish to support your organization or a campaign, trace here all your activities for collecting money. The menu open a search list where you can find funds description, email, history, probability of success. Several actions buttons allows you to easily modify your different fund status.</field>
+        <field name="help">If you need to collect money for your organization or a campaign, Fund Raising allows you to track all your fund raising activities. In the search list, filter by funds description, email, history and probability of success.</field>
     </record>
 
     <record model="ir.actions.act_window.view" id="action_crm_tag_tree_view_fund_all1">
@@ -40,8 +40,8 @@
     </record>
 
     <menuitem name="Fund Raising" id="menu_crm_case_fund_raise"
-       parent="base.menu_fundrising"
-       action="crm_case_category_act_fund_all1" sequence="1" />
+        parent="base.menu_fundrising"
+        action="crm_case_category_act_fund_all1" sequence="1" />
 
 </data>
 </openerp>