1
votes

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!

1
pls post the error log - OmaL
That's one problem...there is no error log. The only log that you can see is the one I posted above. I got it from the browser console. It is like a javascript log or something like that - Adrian Beloqui
Have you looked in the Windows Event Logs (Application section) ? - Rohit Gupta
No, actually I haven't. Do you think that the Odoo server can throw any information there when exporting information to a Excel file? - Adrian Beloqui

1 Answers

0
votes

I don't thing localhost will work you need to give full path or Temp folder path where file save for time being.

Eg:- C:\path\tem or C:\web\export\xls