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

Dear,

the problem: when printing survey results, it appear to be in one page and not as multipage.

odoo 14, entreprise.


I found a reason: the style for html, body height must be on "unset", instead of 100%

the problem does not appear when the module "planning" is installed, because style of planning contain html, body{height: unset;}

but in you uninstall this module, you will see the problem when printing mutipage survey result for example. I tried it with runbot.odoo.com


my solution is adding this in my theme:

@media print{

 html, body{height: unset;

}

아바타
취소
베스트 답변

dear,
this way is correct for print all  page of answer in survey 

아바타
취소
관련 게시물 답글 화면 활동
0
12월 20
3050
2
7월 25
2021
0
3월 22
2217
0
12월 21
2056
1
3월 21
4796