Skip to Content
मेन्यू
This question has been flagged
1 Reply
3922 Views

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
Discard
Best Answer

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

Avatar
Discard
Related Posts Replies Views Activity
0
दिस॰ 20
3046
2
जुल॰ 25
2019
0
मार्च 22
2213
0
दिस॰ 21
2049
1
मार्च 21
4785