stylename = str(uuid.uuid1())
break_style = odf_create_style('text', stylename, break_before='page')
break_style.set_properties(page_break_before='page', area="paragraph")
self.report.insert_style(break_style)
breakp = odf_create_paragraph('', stylename)
body = self.report.get_body()
body.append(breakp)
And it is not working. I've also tried with a paragraph with some text.