Amit Parmar (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-usability-bug_when_merging_opportunities-aar
 into lp:~openerp-dev/openobject-addons/trunk-usability.

Requested reviews:
  Amit (Open ERP) (apa-tiny)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-bug_when_merging_opportunities-aar/+merge/74166
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-usability-bug_when_merging_opportunities-aar/+merge/74166
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-usability.
=== modified file 'crm/wizard/crm_merge_opportunities.py'
--- crm/wizard/crm_merge_opportunities.py	2011-06-27 09:44:20 +0000
+++ crm/wizard/crm_merge_opportunities.py	2011-09-06 07:07:25 +0000
@@ -136,7 +136,7 @@
         data = self._update_data(op_ids, oldest_opp)
         #copy message into the first opportunity + merge attachement
         
-        for opp in tail_opportunities + [first_opportunity]:
+        for opp in tail_opportunities:
             attach_ids = self.get_attachments(cr, uid, opp, context=context)
             self.set_attachements_res_id(cr, uid, first_opportunity.id, attach_ids)
             for history in opp.message_ids:

_______________________________________________
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

Reply via email to