Improved.

bzr revid: psa@tinyerp.com-20130516130258-ylme998oo1us9nk8
This commit is contained in:
Paramjit Singh Sahota 2013-05-16 18:32:58 +05:30
parent 12a8feb939
commit 4009942cf6
1 changed files with 12 additions and 11 deletions

View File

@ -217,6 +217,18 @@
</field>
</record>
<record model="ir.actions.act_window" id="crm_case_categ_claim1">
<field name="name">Claims</field>
<field name="res_model">crm.claim</field>
<field name="view_type">form</field>
<field name="view_mode">tree,calendar,form</field>
<field name="view_id" ref="crm_case_claims_tree_view"/>
<field name="context">{"stage_type":'claim'}</field>
<field name="search_view_id" ref="crm_claim.view_crm_case_claims_filter"/>
<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>
</record>
<!-- Partners inherited form -->
<record id="view_claim_res_partner_info_form" model="ir.ui.view">
<field name="name">res.partner.claim.info.form</field>
@ -233,17 +245,6 @@
</xpath>
</field>
</record>
<record model="ir.actions.act_window" id="crm_case_categ_claim1">
<field name="name">Claims</field>
<field name="res_model">crm.claim</field>
<field name="view_type">form</field>
<field name="view_mode">tree,calendar,form</field>
<field name="view_id" ref="crm_case_claims_tree_view"/>
<field name="context">{"stage_type":'claim'}</field>
<field name="search_view_id" ref="crm_claim.view_crm_case_claims_filter"/>
<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>
</record>
</data>
</openerp>