openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #15089
[Bug 1017110] Re: Oultool plugin , archiving sent mails problem
Hi everyone,
The problem seems to be that the column "message_id' (table "mail_message") is a string but you gave it an integer.
It should'nt be WHERE (mail_message."message_id" in (134060)) but: WHERE (mail_message."message_id" in ('134060'))
So you can either :
-change the field "message_id' in the object "mail_message" (from addon "mail") but you assume that all your message_id will always contain only digits.
- or (much better) you keep "message_id" as a string but transform your integer to a string.
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/1017110
Title:
Oultool plugin , archiving sent mails problem
Status in OpenERP Addons (modules):
Confirmed
Bug description:
Hello,
When I try to push a sent email using outlook plugin, I get the following error
Fault response contains string value where integer expected [ fault
response : struct mapped to type Fault : member faultCode mapped to
type Int32].
In order to get the error :
Go to your sent items folder.
Select a sent email.
Click OpenERP-> Document.
The above error is shown.
Am using outlook 2010 32 bit. on a 64 bit OS
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1017110/+subscriptions
References