跳至内容
菜单
此问题已终结
5 回复
8640 查看

Hello,

I installed Odoo on CentOs VPs using this link . All things was fine. But when I'm trying to print any report

it appears with different strange format just like this one. I changed the wkhtmltopdf to version 0.12.1 but the

nothing changed, I found this question and I thought it is a port issue .. then I tried to access the server via ip:8069 . and the

report format changed to the usual format. I also tried this on the local machine running Ubuntu 14.04 and also with a machine running Ubuntu 12.04. the problem appear when I set the iptables rules I used these rules on Ubuntu:


sudo iptables -A INPUT -p tcp --dport 5432 -i lo -j ACCEPT
sudo iptables -t nat -I PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8069
sudo iptables -A INPUT -p tcp --dport 8069 -j ACCEPT
sudo iptables-save


I hope if any one has a clue to solve this issue ...

形象
丢弃
编写者 最佳答案

Hi, I Solved it by using Apatche server ...

形象
丢弃
最佳答案

Hi,

Please try with nginx reverse proxy server.

http://www.technaureus.com/how-to-run-odoo-on-port-80/

http://www.technaureus.com/how-to-setup-nginx-for-odoo/


形象
丢弃
最佳答案

use nginx  it will fix it to you 

形象
丢弃
最佳答案

Hi,

not sure but try the following:

Activate "Technical Features" for your user. Refresh your site (F5) and
go to Settings->Technical->Parameters->System Parameters.

Now change web.base.url to your odoo adress and your port (http://localhost:80).
Andre

形象
丢弃
编写者

Hi Andre, Thanks but It seems that it doesn't work ....

相关帖文 回复 查看 活动
3
8月 16
10100
9
2月 24
127549
5
6月 17
9128
5
11月 16
6997
0
8月 16
5202