This question has been flagged
1 Reply
19630 Views

Hi All

I've seen this problem pop up on 2 occasions now. I am running odoo8rc1 from github and just updated to the latest commit today. When I change odoo default port from anything other than 8069 I get no hearders and footers on reports, discribed here:

https://www.odoo.com/forum/help-1/question/changing-xmlrpc-port-from-8069-to-8070-causes-report-issues-60767

Today I did a fresh install of Ubuntu 14.04 and odoo (through github). I imported my database and all was fine, website was working and seemed intact. I updated wkhtmltopdf (https://www.odoo.com/forum/help-1/question/wkhtmltopdf-on-v8-not-found-48208) and the wkhtmlpf upgrade warning went away.

Everything is up and running on a new server with new IP. When I print an invoice it takes VERY long and the pdf is missing the header and footer. Odoo is running on port 8069 and changing the alias domain under "General settings" to the new server IP seems to have no effect. Please could someone advise on what I could check and what I am missing. 

Thanks.

 

 

 

Avatar
Discard

Changing the 'alias domain' under 'General settings' is related to the email functionality and normally has no relation with the problem that you report. On the fresh install, you have the same problem even with the default port?

Author

Hi George yes, even on the default port the problem persists on the new server.

Author Best Answer

Just to update this, I found the answer to the question here : https://github.com/odoo/odoo/issues/1105

It was as simple as changing the sysem parameter web.base.url to the correct ip and port after the database import.

Avatar
Discard

create report.url in system parameters with 127.0.0.0:8069. This solved my problem