[6.0] mailgate - missing method
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
I tried both with id of crm.lead and crm.helpdesk in the
-o
option
2011-02-14 19:43:15,
Traceback (most recent call last):
File "/home2/
return f(self, dbname, *args, **kwargs)
File "/home2/
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home2/
return getattr(object, method)(cr, uid, *args, **kw)
File "/home2/
new_res_id, attachment_ids = create_record(msg)
File "/home2/
res_id = model_pool.
AttributeError: 'NoneType' object has no attribute 'create'
[2011-02-14 19:43:15,
please - any solution for this ?