openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #14821
[Bug 1010426] Re: [trunk] cannot open Receptions/Deliveries link from product kanban view
Fixed on rev no 7199.1.1
Thank you!
** Changed in: openobject-addons
Status: Fix Committed => Fix Released
--
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/1010426
Title:
[trunk] cannot open Receptions/Deliveries link from product kanban
view
Status in OpenERP Addons (modules):
Fix Released
Bug description:
When we click on the link of Receptions or Deliveries which appears on
product kanban view, it gives following traceback:
Client Traceback (most recent call last):
File "/home/rpa/projects/rdtools/web/trunk/addons/web/common/http.py", line 180, in dispatch
response["result"] = method(controller, self, **self.params)
File "/home/rpa/projects/rdtools/web/trunk/addons/web/controllers/main.py", line 647, in eval_domain_and_context
common.nonliterals.CompoundDomain(*(domains or [])))
File "/home/rpa/projects/rdtools/web/trunk/addons/web/controllers/main.py", line 718, in eval_context_and_domain
e_domain = session.eval_domain(domain or [])
File "/home/rpa/projects/rdtools/web/trunk/addons/web/common/session.py", line 218, in eval_domain
return cdomain.evaluate(context or {})
File "/home/rpa/projects/rdtools/web/trunk/addons/web/common/nonliterals.py", line 214, in evaluate
final_domain.extend(domain.evaluate(ctx))
File "/home/rpa/projects/rdtools/web/trunk/addons/web/common/nonliterals.py", line 214, in evaluate
final_domain.extend(domain.evaluate(ctx))
File "/home/rpa/projects/rdtools/web/trunk/addons/web/common/nonliterals.py", line 128, in evaluate
raise ValueError('Error during evaluation of this domain: "%s", message: "%s"' % (self.get_domain_string(), e.message))
ValueError: Error during evaluation of this domain: "[('product_id','=',active_id),('picking_id.type','=','out')]", message: "name 'active_id' is not defined"
Tested in latest revisions of trunk addons, server and web.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1010426/+subscriptions
References