c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16658
[Bug 718918] Re: [6.0] mailgate - missing method
*** This bug is a duplicate of bug 708616 ***
https://bugs.launchpad.net/bugs/708616
Find the details here:
https://bugs.launchpad.net/openobject-addons/+bug/708616
We have now mail fetching/updating methods available for most commonly used OpenERP Models(lead,claim,project-issue and helpdesk).
Thanks.
** This bug has been marked a duplicate of bug 708616
[6.0.1] Fetchmail : Models inheriting mailgate.thread(eg.claim,helpdesk,etc.) need message_* methods!
* You can subscribe to bug 708616 by following this link: https://bugs.launchpad.net/openobject-addons/+bug/708616/+subscribe
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/718918
Title:
[6.0] mailgate - missing method
Status in OpenERP Modules (addons):
Incomplete
Bug description:
I tried both with id of crm.lead and crm.helpdesk in the
-o
option
2011-02-14 19:43:15,337][chricar6] ERROR:web-services:Uncaught exception
Traceback (most recent call last):
File "/home2/gass/OpenERP/trunk/openobject-server/6.0/bin/osv/osv.py", line 122, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home2/gass/OpenERP/trunk/openobject-server/6.0/bin/osv/osv.py", line 176, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home2/gass/OpenERP/trunk/openobject-server/6.0/bin/osv/osv.py", line 167, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home2/gass/OpenERP/trunk/openobject-server/6.0/bin/addons/mail_gateway/mail_gateway.py", line 562, in process_email
new_res_id, attachment_ids = create_record(msg)
File "/home2/gass/OpenERP/trunk/openobject-server/6.0/bin/addons/mail_gateway/mail_gateway.py", line 425, in create_record
res_id = model_pool.create(cr, uid, data, context=context)
AttributeError: 'NoneType' object has no attribute 'create'
[2011-02-14 19:43:15,338][chricar6] DEBUG:http:MultiHttpHandler init for ('127.0.0.1', 57591)
References