跳至內容
選單
此問題已被標幟
1 回覆
3810 瀏覽次數

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
2898
2
7月 25
1863
0
3月 22
2122
0
12月 21
1956
1
3月 21
4641