Little improvement.

bzr revid: psa@tinyerp.com-20130527065519-80rm6bdfym1ggdok
This commit is contained in:
Paramjit Singh Sahota 2013-05-27 12:25:19 +05:30
parent dd5fc2479c
commit 80dcd7a9e7
2 changed files with 4 additions and 4 deletions

View File

@ -15,9 +15,9 @@
<field name="view_id" ref="crm_case_claims_tree_view"/>
<field name="context">{"search_default_user_id":uid, "stage_type":'claim'}</field>
<field name="search_view_id" ref="crm_claim.view_crm_case_claims_filter"/>
<field name="help">
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to create a new claim.
Click here to create a new claim.
</p><p>
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.
</p>

View File

@ -226,9 +226,9 @@
<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">
<field name="help" type="html">
<p class="oe_view_nocontent_create">
Click to create a new claim.
Click here to create a new claim.
</p><p>
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.
</p>