openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #12800
[Bug 1015900] Re: traceback when clik on Schedule a Meeting
** Changed in: openobject-addons
Importance: Undecided => High
** Changed in: openobject-addons
Status: New => Confirmed
** Changed in: openobject-addons
Assignee: (unassigned) => OpenERP R&D Addons Team 1 (openerp-dev-addons1)
--
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):
Confirmed
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