/**To load on the fly*/
@media print {
    html,
    body,
    html .o_web_client {
        height: auto;
    }
    .o-spreadsheet {
        height: auto !important;
        .o-scrollbar {
            display: none;
        }
    }
}
