Amit Parik (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-972462-amp into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #972462 in OpenERP Addons: "heldesk bug new category"
https://bugs.launchpad.net/openobject-addons/+bug/972462
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-972462-amp/+merge/101172
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
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-972462-amp/+merge/101172
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-972462-amp.
=== modified file 'crm_helpdesk/crm_helpdesk_view.xml'
--- crm_helpdesk/crm_helpdesk_view.xml 2012-03-29 13:00:46 +0000
+++ crm_helpdesk/crm_helpdesk_view.xml 2012-04-07 11:11:20 +0000
@@ -58,7 +58,7 @@
<group col="2" colspan="2">
<separator colspan="4" string="Categorization"/>
<field name="priority"/>
- <field name="categ_id" context="{'object_id':'crm.helpdesk'}"/>
+ <field name="categ_id" domain="[('object_id.model', '=', 'crm.helpdesk')]" widget="selection"/>
<field name="channel_id"/>
</group>
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp