我正在尝试使用keepWithNext =“1”作为para。我定义了我的para样式999.我使用以下行
<para style="999" >[[repeatIn(o.order_line,'line')]] </para>
<blockTable colWidths="530.0" style="Table4">
<tr>
<td>
<para style="999" keepWithNext="1" >Detail Specifications</para>
</td>
</tr>
</blockTable>
<para style="999" keepWithNext="1" />
<blockTable colWidths="98.0,12.0,420.0" style="Table5">
<tr>
<td>
<para style="999" keepWithNext="1">Product </para>
</td>
<td>
<para style="999">: </para>
</td>
<td>
<para style="999">[[line.product_id.name_template]]</para>
</td>
</tr>
</blockTable>
但我的代码在两页中途中断。提前致谢。我在openerp6.1
中这样做-Usha
答案 0 :(得分:0)
为什么可以使用报表设计器模块?以sxw
格式创建报告,然后使用base_report_designer
模块中给出的python脚本将其转换为rml。