[FIX]: crm: Fixed creation of new category of lead/opportunity

lp bug: https://launchpad.net/bugs/663749 fixed

bzr revid: rpa@tinyerp.com-20101021055928-65h8weazmtjn41ol
This commit is contained in:
rpa (Open ERP) 2010-10-21 11:29:28 +05:30
parent 26621f9731
commit 1c45afa7ab
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
<field name="res_model">crm.case.categ</field>
<field name="view_type">form</field>
<field name="view_id" ref="crm_case_categ_tree-view"/>
<field name="context">{'object_id': 'crm.lead'}</field>
<field name="domain">[('object_id.model', '=', 'crm.lead')]</field>
<field name="help">Create specific categories that fit your company's activities in order to better classify and analyse them after they have been maintained in your leads and opportunities. You can use categories to reflect your product structure or the different types of sales you do.</field>
</record>