← Back to team overview

openerp-india team mailing list archive

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

 

Hello,

Thanks for Reporting.
It has been fixed in lp:~openerp-dev/openobject-addons/trunk-bug-1010426-mma
Revision ID: mma@xxxxxxxxxxx-20120611090828-cyjaf1vnlt4qqc8b
Revision num: 6883

It will be available in trunk soon.

Thanks,
Mayur

** Changed in: openobject-addons
       Status: In Progress => Fix Committed

-- 
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 Committed

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