[ADD] uid field in context used when requesting a view, so modifiers processing can...
[odoo/odoo.git] / addons / fetchmail_crm_claim / installer.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data>
4         <record model="ir.actions.act_window" id="action_create_crm_claims_from_email_account">
5             <field name="name">Create Claims from Email Account</field>
6             <field name="type">ir.actions.act_window</field>
7             <field name="res_model">fetchmail.server</field>
8             <field name="view_type">form</field>
9             <field name="view_mode">tree,form</field>
10             <field name="context" eval="{'default_name': 'Claims', 'default_object_id' : ref('crm_claim.model_crm_claim')}"/>
11             <field name="help">You can connect your email account with claims in OpenERP. A new email sent to this account (example: support@mycompany.com) will automatically create a claim for the followup in OpenERP. The whole communication by email will be attached to the claim automatically to keep track of the history.</field>
12         </record>
13
14         <record model="ir.actions.todo" id="config_wizard_action_create_crm_claims_from_email_account">
15             <field name="action_id" ref="action_create_crm_claims_from_email_account" />
16             <field name="category_id" ref="base.category_sales_management_config" />
17         </record>
18     </data>
19 </openerp>