Nimesh Contractor(Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-904129-nco into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #904129 in OpenERP Addons: "thunderbird: push button is not working"
  https://bugs.launchpad.net/openobject-addons/+bug/904129

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-904129-nco/+merge/85621

Hello,

     I have correct the field name to push mail successfully.

Thank You,
  NCO. 
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-904129-nco/+merge/85621
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-904129-nco.
=== modified file 'thunderbird/partner/partner.py'
--- thunderbird/partner/partner.py	2011-11-22 08:51:38 +0000
+++ thunderbird/partner/partner.py	2011-12-14 10:05:27 +0000
@@ -92,7 +92,7 @@
             thread_pool.message_append(cr, uid,
                             [threads],
                             subject = msg.get('subject'),
-                            details = msg.get('body_text'),
+                            body_text = msg.get('body_text'),
                             email_to = msg.get('to'),
                             email_from = msg.get('from'),
                             email_cc = msg.get('cc'),

_______________________________________________
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