credativ team mailing list archive
-
credativ team
-
Mailing list archive
-
Message #01991
[Bug 907351] Re: crm lead bug
** Changed in: openobject-addons
Status: Confirmed => In Progress
--
You received this bug notification because you are a member of OpenERP
Framework Experts, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/907351
Title:
crm lead bug
Status in OpenERP Addons (modules):
In Progress
Bug description:
Hello,
With latest trunk code.
CRM >> leads >> tree view.
When I am going to change state of lead it throw traceback.
Environment Information :
System : Linux-2.6.32-26-generic-i686-with-Ubuntu-10.04-lucid
OS Name : posix
LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch:core-4.0-ia32:core-4.0-noarch
Distributor ID: Ubuntu
Description: Ubuntu 10.04.1 LTS
Release: 10.04
Codename: lucid
Operating System Release : 2.6.32-26-generic
Operating System Version : #48-Ubuntu SMP Wed Nov 24 09:00:03 UTC 2010
Operating System Architecture : 32bit
Operating System Locale : en_IN.ISO8859-1
Python Version : 2.6.5
OpenERP-Client Version : 6.1beta
Last revision No. & ID :Bazaar Package not Found !Traceback (most recent call last):
File "/home/tiny/sources/server/trunk/openerp/service/netrpc_server.py", line 62, in run
result = netsvc.dispatch_rpc(msg[0], msg[1], msg[2:])
File "/home/tiny/sources/server/trunk/openerp/netsvc.py", line 325, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/tiny/sources/server/trunk/openerp/service/web_services.py", line 580, in dispatch
res = fn(db, uid, *params)
File "/home/tiny/sources/server/trunk/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/tiny/sources/server/trunk/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/tiny/sources/server/trunk/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/home/tiny/sources/addons/trunk/crm/crm_lead.py", line 281, in case_open
self.write(cr, uid, [l.id], value)
File "/home/tiny/sources/addons/trunk/base_action_rule/base_action_rule.py", line 189, in wrapper
if not context.get('action'):
AttributeError: 'NoneType' object has no attribute 'get'
I have attached screenshot.
Thanks,
Tejas ~ tta
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/907351/+subscriptions
References