Somesh Khare(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/7.0-584134-opw-skh into lp:openobject-addons/7.0.
Requested reviews: Naresh(OpenERP) (nch-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-584134-opw-skh/+merge/143670 Hello Sir, [Fix]: crm_phonecall: Button Convert To Opportunity not working on the Logged Calls Tree view because of its wrong type, it should be type Object instead on action Steps to reproduce from Logged Calls editable tree view: 1) Go to Sales > Phone Calls > Logged Calls menu. 2) Tree view of Logged Calls will open. You will find here button Convert to Opportunity. 3) Now click on the button, No action on this button. This branch fixes the issue. Kindly review the branch and share your view on it. Thanks, Somesh Khare -- https://code.launchpad.net/~openerp-dev/openobject-addons/7.0-584134-opw-skh/+merge/143670 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/7.0-584134-opw-skh.
=== modified file 'crm/crm_phonecall_view.xml' --- crm/crm_phonecall_view.xml 2012-12-19 06:00:18 +0000 +++ crm/crm_phonecall_view.xml 2013-01-17 12:08:34 +0000 @@ -152,7 +152,7 @@ name="action_button_convert2opportunity" states="open,pending" icon="gtk-index" - type="action" attrs="{'invisible':[('opportunity_id','!=',False)]}"/> + type="object" attrs="{'invisible':[('opportunity_id','!=',False)]}"/> </tree> </field> </record>
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp