Skip to content

Commit

Permalink
[Upd] Title in the report
Browse files Browse the repository at this point in the history
  • Loading branch information
MiquelRForgeFlow committed Apr 10, 2017
1 parent 85b26f3 commit c77fa26
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions customer_outstanding_statement/views/statement.xml
Expand Up @@ -9,14 +9,16 @@
<span t-raw="o._address_display(None, None)[o.id].replace('\n\n', '\n').replace('\n', '&lt;br&gt;')"/>
<span t-field="o.vat"/>
</div>
<h4 style="padding-left:20em">
Outstanding Statement
</h4>
<p>
Document: Customer outstanding statement<br/>
Date: <span t-esc="Date[o.id]" /><br/>
<t t-if="o.ref">Partner ref: <span t-field="o.ref"/></t>
</p>

<t t-if="Lines[o.id]">
<br/> <br/>
<br/>
<t t-foreach="Lines[o.id]" t-as="currency">
<br t-if="not currency_first" />
<p>
Expand Down

0 comments on commit c77fa26

Please sign in to comment.