Merge lp:~openerp-dev/openobject-addons/trunk-bug-972462-amp into lp:openobject-addons

Proposed by Amit Parik
Status: Merged
Merged at revision: 6950
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-972462-amp
Merge into: lp:openobject-addons
Diff against target: 11 lines (+1/-1)
1 file modified
crm_helpdesk/crm_helpdesk_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-972462-amp
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+101172@code.launchpad.net

Description of the change

Hello,

Traceback occurs when creating a category via helpdesk form view due to the problem of context.

I have fixed this issue in this branch and make the same helpdesk category as crm claim and fund-raising (selection widget).

Thanks

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'crm_helpdesk/crm_helpdesk_view.xml'
2--- crm_helpdesk/crm_helpdesk_view.xml 2012-03-29 13:00:46 +0000
3+++ crm_helpdesk/crm_helpdesk_view.xml 2012-04-07 11:11:20 +0000
4@@ -58,7 +58,7 @@
5 <group col="2" colspan="2">
6 <separator colspan="4" string="Categorization"/>
7 <field name="priority"/>
8- <field name="categ_id" context="{'object_id':'crm.helpdesk'}"/>
9+ <field name="categ_id" domain="[('object_id.model', '=', 'crm.helpdesk')]" widget="selection"/>
10 <field name="channel_id"/>
11 </group>
12

Subscribers

People subscribed via source and target branches

to all changes: