콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
5 답글
8559 화면

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
10050
9
2월 24
127481
5
6월 17
9103
5
11월 16
6985
0
8월 16
5179