c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #20087
[Bug 711935] Re: Error : xhr.getResponseHeader("Content-Type") is null
Hello Devishree,
the Loading... red bar means you managed to reproduce the bug. The
xhr.getResponseHeader("Content-Type") is null should show up in the
Firefox Error Console.
This happens to me in a different situation but mine is more difficult
to reproduce than the one above, as it involves a specific jasper
report.
Thanks for your help.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/711935
Title:
Error : xhr.getResponseHeader("Content-Type") is null
Status in OpenERP Web Client:
Incomplete
Bug description:
Good afternoon,
I got this JS Error in Mozilla Firefox 3.6.13 on Ubuntu 10.10 64 bits
:
Error : xhr.getResponseHeader("Content-Type") is null
File : http://127.0.0.1:8080/openerp/static/javascript/openerp/openerp.base.js
Line : 112
This happened when I clicked on a partner category with a big number
of partners (497 to be exact). This category never showed (stuck on
'Loading... red bar) and I got this error. I tried on other categories
with less/no partners, it worked fine. It also worked fine on google
chrome.
I was connected in local when I did these tests. I don't how the
number of elements in a many2many relation can influence the response,
but it seems to be the case here.
References