openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #00989
[Bug 889185] Re: warehouse product location structure error
*** This bug is a duplicate of bug 888397 ***
https://bugs.launchpad.net/bugs/888397
** This bug has been marked a duplicate of bug 888397
[6.1/trunk] location structure bug: KeyError: 'active_id'
--
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/889185
Title:
warehouse product location structure error
Status in OpenERP Addons (modules):
New
Bug description:
Server Traceback (most recent call last):
File "/srv/openerp/instances/trunk/openerp-web/addons/web/common/openerplib/main.py", line 257, in send
result = openerp.netsvc.dispatch_rpc(service_name, method, args)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/netsvc.py", line 325, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/service/web_services.py", line 580, in dispatch
res = fn(db, uid, *params)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/osv/osv.py", line 120, in wrapper
return f(self, dbname, *args, **kwargs)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/osv/osv.py", line 172, in execute
res = self.execute_cr(cr, uid, obj, method, *args, **kw)
File "/home/srv/openerp/instances/trunk/openobject-server/openerp/osv/osv.py", line 163, in execute_cr
return getattr(object, method)(cr, uid, *args, **kw)
File "/srv/openerp/instances/trunk/openobject-addons/stock/wizard/stock_location_product.py", line 49, in action_open_window
'context': {'location': context['active_id'],
KeyError: 'active_id'
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/889185/+subscriptions
References