[MERGE] merge with main addons
[odoo/odoo.git] / addons / crm_fundraising / crm_fundraising_menu.xml
1 <?xml version="1.0"?>
2 <openerp>
3 <data noupdate="1">
4
5 <!-- MENU -->
6
7     <menuitem id="base.menu_fundrising" name="Fund Raising"
8         groups="base.group_sale_salesman"
9         parent="base.menu_base_partner" sequence="8" />
10
11     <record model="ir.actions.act_window" id="crm_case_category_act_fund_all1">
12         <field name="name">Funds</field>
13         <field name="res_model">crm.fundraising</field>
14         <field name="view_mode">tree,form,graph</field>
15         <field name="view_id" ref="crm_fundraising.crm_case_tree_view_fund"/>
16         <field name="context">{"search_default_user_id":uid}</field>
17         <field name="search_view_id" ref="crm_fundraising.view_crm_case_fund_filter"/>
18         <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>
19     </record>
20
21     <record model="ir.actions.act_window.view" id="action_crm_tag_tree_view_fund_all1">
22         <field name="sequence" eval="1"/>
23         <field name="view_mode">tree</field>
24         <field name="view_id" ref="crm_fundraising.crm_case_tree_view_fund"/>
25         <field name="act_window_id" ref="crm_fundraising.crm_case_category_act_fund_all1"/>
26     </record>
27
28     <record model="ir.actions.act_window.view" id="action_crm_tag_form_view_fund_all1">
29         <field name="sequence" eval="2"/>
30         <field name="view_mode">form</field>
31         <field name="view_id" ref="crm_fundraising.crm_case_form_view_fund"/>
32         <field name="act_window_id" ref="crm_fundraising.crm_case_category_act_fund_all1"/>
33     </record>
34
35     <record model="ir.actions.act_window.view" id="action_crm_tag_graph_view_fund_all1">
36         <field name="sequence" eval="3"/>
37         <field name="view_mode">graph</field>
38         <field name="view_id" ref="crm_fundraising.crm_case_graph_view_fund"/>
39         <field name="act_window_id" ref="crm_fundraising.crm_case_category_act_fund_all1"/>
40     </record>
41
42     <menuitem name="Fund Raising" id="menu_crm_case_fund_raise"
43         parent="base.menu_fundrising"
44         action="crm_case_category_act_fund_all1" sequence="1" />
45
46 </data>
47 </openerp>