Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3773 Widoki

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;

}

Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
gru 20
2854
2
lip 25
1837
0
mar 22
2109
0
gru 21
1938
1
mar 21
4618