Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
3793 Visualizzazioni

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
Abbandona
Risposta migliore

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

Avatar
Abbandona
Post correlati Risposte Visualizzazioni Attività
0
dic 20
2869
2
lug 25
1844
0
mar 22
2117
0
dic 21
1950
1
mar 21
4637