Hi !
I'm just trying to use odoo now (v8).
I've just installed one module, the module account_voucher.
But, the thing is, after it has been installed, I can no longer acess to the Local Modules section. The page just load forever, whith a classic xmlhttprequest error after a while. In the log, nothing to note, just POST requests...
I've tried it on another database, and still the same issue.
Any idea on what's causing this behavior ?
Thanks !
---
Uninstalling this account_voucher module does not fix the issue.
After the error message, you can click on the config menu again and it loads this time.
I just did a git pull to update odoo, still the same issue.
Upgrading postgresql from 9.1 to 9.3 did not solve the issue.
Deleted the odoo server, all the databases, got odoo again from source, re-installing, etc didn't solve it...
No one can answer this ? I checked the permissions on the server side, with no luck. It is the server that causes that issue, because I don't have this problem on my laptop or in my vm I built for tests. Please some help, ideas, clues....
Check the request from your browser to see what request still waiting the response. This can give you some clues where to start debugging.
I did that, but we just did some serious tests, and I know now what was causing this issue.