Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
3830 Lượt xem

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;

}

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

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

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 12 20
2917
2
thg 7 25
1892
0
thg 3 22
2133
0
thg 12 21
1975
1
thg 3 21
4655