[REM] Removed a[type=edit, target=dialog] feature from kanban view. Speeds up kanban...
[odoo/odoo.git] / addons / portal_claim / portal_claim_view.xml
1 <?xml version="1.0"?>
2 <openerp>
3     <data>
4
5         <record id="crm_case_categ_claim0" model="ir.actions.act_window">
6             <field name="name">Claims</field>
7             <field name="res_model">crm.claim</field>
8             <field name="view_type">form</field>
9             <field name="view_mode">tree,calendar,form</field>
10             <field name="view_id" ref="crm_claim.crm_case_claims_tree_view"/>
11             <field name="context">{"search_default_user_id":'', "stage_type":'claim'}</field>
12             <field name="search_view_id" ref="crm_claim.view_crm_case_claims_filter"/>
13             <field name="help">Record and track your customers' claims. Claims may be linked to a sales order or a lot. You can send emails with attachments and keep the full history for a claim (emails sent, intervention type and so on). Claims may automatically be linked to an email address using the mail gateway module.</field>
14         </record>
15
16         <menuitem name="Claims" id="portal_after_sales_claims" parent="portal.portal_after_sales" 
17             action="crm_case_categ_claim0" sequence="10"/>
18
19     </data>
20 </openerp>