I want print a odoo qweb report with long product descriptions. If the the description don't suits on the first page the output starts at the second page. This depends on the length of the product description. I think short descriptions start at page one, to long description for page one start on page two, but extreme long description start at page one.
How can i change a odoo standard qweb report. Description starts always on page one.
Adding webkit-region-break-inside to the table, the tr, the td or a p tag inside the td tag didn't solve the problem.