[FIX] CRM_Helpdesk : Helpdesk categories are not displayed due to context (Ref : Case 4500)

bzr revid: dhs@tinyerp.com-20110315122514-ie2qnb0r9c6hggiq
This commit is contained in:
DHS (OpenERP) 2011-03-15 17:55:14 +05:30
parent f507ed1523
commit 473c3f13f3
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@
<group col="2" colspan="2">
<separator colspan="4" string="Categorization"/>
<field name="priority"/>
<field name="categ_id"/>
<field name="categ_id" context="{'object_id':'crm.helpdesk'}"/>
<field name="canal_id"/>
</group>