← Back to team overview

openerp-india team mailing list archive

[Bug 1010426] [NEW] [trunk] cannot open Receptions/Deliveries link from product kanban view

 

Public bug reported:

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.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
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):
  New

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


Follow ups

References