【问题标题】:openerp and rmlopenerp 和 rml
【发布时间】:2017-08-17 21:12:26
【问题描述】:

我正在尝试使用 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 中这样做

-乌莎

【问题讨论】:

    标签: openerp


    【解决方案1】:

    为什么可以使用报表设计器模块?以sxw 格式创建报告,然后使用base_report_designer 模块中给出的python 脚本将其转换为rml。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-05-04
      • 1970-01-01
      • 2014-12-31
      • 2012-08-10
      • 1970-01-01
      相关资源
      最近更新 更多