Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
3795 Weergaven

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;

}

Avatar
Annuleer
Beste antwoord

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

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
dec. 20
2881
2
jul. 25
1848
0
mrt. 22
2120
0
dec. 21
1950
1
mrt. 21
4639