I am currently having a problem using the default Excel Export tool from Odoo. I am using Odoo 8, but not the lastest version.
The weird thing is that for the same version of Odoo, one of my databases works fine with the Excel export tool, but the other one does not. The CSV export tool works fine in both. I installed the web_export_view module and it also works fine in both databases.
The error occurs when when I press the button to actually export the fields selected. The server it self does not do anything (just loads a little bit), but where I can see the error is in the browser's console, here is the error message:
http://localhost:8059/web/export/xls Failed to load resource: the server responded with a status of 404 (NOT FOUND) POST http://localhost:8059/web/export/xls 404 (NOT FOUND)
I would really appreciate if someone could help me with this. I tried every single thing I could think of.
Have a nice day!