~therp-nl/openupgrade-server/7.0-lp1131653_check_recursion_fix_false_positives

« back to all changes in this revision

Viewing changes to openerp/addons/base/module/report/ir_module_reference.rml

  • Committer: Stefan Rijnhart
  • Date: 2012-12-18 12:46:13 UTC
  • mfrom: (4588.1.119 trunk)
  • Revision ID: stefan@therp.nl-20121218124613-sciiw2ef2ggfxhkm
[MRG] Merged with lp:openobject-server rev. 4707

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  <template pageSize="(595.0,842.0)" title="Test" author="Martin Simon" allowSplitting="20">
4
4
    <pageTemplate id="first">
5
5
      <frame id="first" x1="42.0" y1="42.0" width="511" height="758"/>
6
 
                <header>
7
 
                        <pageGraphics>
8
 
                                <setFont name="Helvetica-Bold" size="9"/>
9
 
                                <drawString x="1.0cm" y="28.1cm">[[ company.name ]]</drawString>
10
 
                                <drawRightString x="20cm" y="28.1cm"> Reference Guide </drawRightString>
11
 
                                <lineMode width="0.7"/>
12
 
                                <stroke color="black"/>
13
 
                                <lines>1cm 28cm 20cm 28cm</lines>
14
 
                        </pageGraphics>
15
 
                </header>
 
6
        <header>
 
7
            <pageGraphics>
 
8
                <setFont name="Helvetica-Bold" size="9"/>
 
9
                <drawString x="1.0cm" y="28.1cm">[[ company.name ]]</drawString>
 
10
                <drawRightString x="20cm" y="28.1cm"> Reference Guide </drawRightString>
 
11
                <lineMode width="0.7"/>
 
12
                <stroke color="black"/>
 
13
                <lines>1cm 28cm 20cm 28cm</lines>
 
14
            </pageGraphics>
 
15
        </header>
16
16
 
17
17
    </pageTemplate>
18
18
  </template>
236
236
          <tr>
237
237
            <td>
238
238
              <para style="terp_default_9">[[ repeatIn(objdoc2(object.model) or [], 'sline') ]]</para>
239
 
              <para style="terp_default_9"> [[ sline ]] </para>
 
239
          <para style="terp_default_9"> [[ sline ]] </para>
240
240
            </td>
241
241
          </tr>
242
242
        </blockTable>