I am trying to create a new SXW RML report in landscape format. I have been able to convert the RML to A4 landscape mode but I have some issues with a tables and page breaks.
I'd like the report to display 4 tables, all of them in one page. This is the draft of the report I am designing:
Image: www.solid-rock-it.com/web-solid-rock/blog/images/OpenERP/Captura.PNG
I would like the Table3 and Table4 to be rendered lower than in the draft. But the problem is that if I add a new line before the Table3 or Table4, the RML conversion creates a new page break, and the tables are rendered in a second page.
I think the problem has something to do with the frame size and its boundaries. As it can be seen in the previous image in which the boundaries are displayed, the bondaries are configured as if the page was in portrait mode instead of landscape. How can I change the boundaries to adapt them to landscape mode?
RML file:
<?xml version="1.0"?>
<document filename="test.pdf">
<template pageSize="(842.0,595.0)" title="Test" author="Martin Simon" showBoundary="1" allowSplitting="20">
<pageTemplate id="first">
<frame id="first" x1="57.0" y1="57.0" width="728" height="481"/>
</pageTemplate>
</template>
Thanks,
Hi Aitzol, can you please tell me which OpenERP version you are using? Make sure you are upto latest updates. Thanks
I am using openerp 6.1.1. Fortunately, I have been able to find a solution to the problem