For this fix to work you have to stop the openerp-server & delete mail_thread.pyc - ( for beginners who don't know)
then copy the new file to replace the old file.
start openerp-server again - it should work.
this worked fine on my testing VM - on the production VM this works also fine except for a python threading and strptime error printed in the server log - I think python version affects this - or some python pkg is missing on the prod VM.
Notes on the previous fix:
For this fix to work you have to stop the openerp-server & delete mail_thread.pyc - ( for beginners who don't know)
then copy the new file to replace the old file.
start openerp-server again - it should work.
this worked fine on my testing VM - on the production VM this works also fine except for a python threading and strptime error printed in the server log - I think python version affects this - or some python pkg is missing on the prod VM.
Regards,