Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-crm_lead_tree_view-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-crm_lead_tree_view-mma/+merge/88197
Hello,
Reproduce the bug :
-------------
step:-
1] open Sales/Sales/Leads Tree view Here convert to opportunities button is not
working and also that button have a wrong icon
https://docs.google.com/document/d/1zVZ2e2i5dA8vEq_op3tYv_0OSImfFZctNbk2rpKX6xw/edit
Fix
-----
I Have added action in button of crm.lead tree view and a change a icon of
button.
Thanks.
Mayur Mahehswari [ mma ]
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-crm_lead_tree_view-mma/+merge/88197
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-crm_lead_tree_view-mma.
=== modified file 'crm/crm_lead_view.xml'
--- crm/crm_lead_view.xml 2011-12-30 12:47:58 +0000
+++ crm/crm_lead_view.xml 2012-01-11 12:25:30 +0000
@@ -236,10 +236,10 @@
<button name="case_close" string="Close"
states="open,draft,pending" type="object"
icon="gtk-close" />
- <button string="Convert to Opportunity"
- name="convert_opportunity"
- states="draft,open,pending" icon="gtk-go-forward"
- type="object" />
+ <button name="%(crm.action_crm_lead2opportunity_partner)d"
+ string="Convert to Opportunity"
+ states="draft,open,pending" icon="gtk-index"
+ type="action" />
<button name="case_escalate" string="Escalate"
states="open,draft,pending" type="object"
icon="gtk-go-up" />
_______________________________________________
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