Gautam, If error disappear after refreshing the page then there might be problem of caching sometimes. You can clear cookies, cache of your browser.
Regards, Synconics Technologies. -- You received this bug notification because you are a member of C2C OERPScenario, which is subscribed to OpenERP Project Group. https://bugs.launchpad.net/bugs/902241 Title: key error in session Status in OpenERP Web: New Bug description: Hi, Version - trunk Navigator - chrome While testing I have come across this error several times, although not always in the same view ( HR holiday allocation request, project tasks view etc. ) and after refreshing the page it disappears. I'm not sure how to reproduce the bug but here is the traceback: OpenERP close OpenERP WebClient Error Client Traceback (most recent call last): File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/http.py", line 154, in dispatch response["result"] = method(controller, self, **self.params) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/controllers/main.py", line 446, in eval_domain_and_context web.common.nonliterals.CompoundDomain(*(domains or []))) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/controllers/main.py", line 513, in eval_context_and_domain e_domain = session.eval_domain(domain or []) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/session.py", line 180, in eval_domain return cdomain.evaluate(context or {}) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/nonliterals.py", line 226, in evaluate final_domain.extend(domain.evaluate(ctx)) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/nonliterals.py", line 226, in evaluate final_domain.extend(domain.evaluate(ctx)) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/nonliterals.py", line 137, in evaluate return eval(self.get_domain_string(), SuperDict(ctx)) File "/home/openerp/bazaar/trunk/openerp-web/addons/web/common/nonliterals.py", line 126, in get_domain_string return self.session.domains_store[self.key] KeyError: '3cfcae88749b' To manage notifications about this bug go to: https://bugs.launchpad.net/openerp-web/+bug/902241/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~c2c-oerpscenario Post to : [email protected] Unsubscribe : https://launchpad.net/~c2c-oerpscenario More help : https://help.launchpad.net/ListHelp

