Hi,
I try to print a report using the PHP ripcord with the API (as explained here http://www.odoo.com/documentation/10.0/api_integration.html) but I get an ugly output,
After checking the logs, I could see that CSS weren't being loaded:
2018-05-01 22:18:40,130 13248 INFO ? werkzeug: 79.137.35.115 - - [01/May/2018 22:18:40] "GET /web/content/725-fbb3925/report.assets_common.0.css HTTP/1.1" 404 -2018-05-01 22:18:40,136 13248 INFO ? werkzeug: 79.137.35.115 - - [01/May/2018 22:18:40] "GET /web/content/728-fb277a7/report.assets_pdf.0.css HTTP/1.1" 404 -
After manually checking these CSS files, no problem I can open them, so they exist,
Does anyone have an idea how to fix it?
Thanks!