Skip to Content
Menu
This question has been flagged
1 Reply
916 Views

Hi

I hope someone can help me with this requirement that I have. In Odoo 14.
I have a quote type report and I want to add a page break to add more information to the quote, how can I do that page break? I want the text I want to add from a product to appear on a separate page from the quote. I'm trying to do it from the report that is created with Odoo Studio from the xml but I can't make it happen.

thanks.

Avatar
Discard
Best Answer

You will most likely need to do development or add 'page-break-before:always' css where order line starts to force a page break.

Page break css classes inside tags are not known to work very well.

Avatar
Discard