← Back to team overview

openerp-india team mailing list archive

[Bug 1015900] Re: traceback when clik on Schedule a Meeting

 

Hello, 
It has been Fixed in https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1015900-kjo
revision-id: kjo@xxxxxxxxxxx-20120621093152-4rq7de01sykcahf1
revno: 6916
It will be available in trunk soon. 

** Branch linked: lp:~openerp-dev/openobject-addons/trunk-
bug-1015900-kjo

** 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/1015900

Title:
  traceback when clik on Schedule a Meeting

Status in OpenERP Addons (modules):
  Fix Committed

Bug description:
  ON runbot:- (Build 11638)
      server (4204)
      addons (6913)
      web (2585)

  Step ---<>:-

  open a partner form anc click on Schedule a Meeting Button 
  So it's give a traceback 

  Client Traceback (most recent call last):
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/addons/web/common/http.py", line 180, in dispatch
      response["result"] = method(controller, self, **self.params)
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/addons/web/controllers/main.py", line 647, in eval_domain_and_context
      common.nonliterals.CompoundDomain(*(domains or [])))
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/addons/web/controllers/main.py", line 718, in eval_context_and_domain
      e_domain = session.eval_domain(domain or [])
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/addons/web/common/session.py", line 218, in eval_domain
      return cdomain.evaluate(context or {})
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/addons/web/common/nonliterals.py", line 214, in evaluate
      final_domain.extend(domain.evaluate(ctx))
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/addons/web/common/nonliterals.py", line 214, in evaluate
      final_domain.extend(domain.evaluate(ctx))
    File "/home/odoo/runbot/static/openerp-dev-trunk-11638/server/openerp/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: "[('partner_id', '=', active_id)]", message: "name 'active_id' is not defined"

  
  Thanks.
  Mayur

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/1015900/+subscriptions


References