error at report load
Bug #1317059 reported by
Yasin Zschiesche
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Aeroo Reports |
New
|
Undecided
|
Unassigned |
Bug Description
Hello Alistek-Team,
i get an error when i restart the openerp-server with an installed module that holds my report.
2014-05-07 11:57:44,247 846 INFO test_db openerp.
Traceback (most recent call last):
File "/home/
return cls.registries[
KeyError: u'test_db'
I tested it with different db's and different reports. Everytime the same.
The report works fine. But this error occurs.
information type: | Public → Public Security |
information type: | Public Security → Public |
To post a comment you must log in.
This bug has smth to do with multithreading.
Check this out: www.alistek. com/forum/ viewtopic. php?f=11& t=472
http://
""" bazaar. launchpad. net/~openerp/ openobject- server/ 7.0/revision/ 5129#openerp/ modules/ registry. py
Hi, the problem is, that registry.py was changed. See here:
http://
As a quick fix you can revert these changes and run OpenERP with one worker. Worked at least in my testings.
Best regards,
Goran
"""