我正在尝试将 keepWithNext="1" 用于段落。我定义了我的 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 中这样做
-乌莎