[Upd] Title in the report
parent
85b26f3125
commit
c77fa26c90
|
@ -9,14 +9,16 @@
|
||||||
<span t-raw="o._address_display(None, None)[o.id].replace('\n\n', '\n').replace('\n', '<br>')"/>
|
<span t-raw="o._address_display(None, None)[o.id].replace('\n\n', '\n').replace('\n', '<br>')"/>
|
||||||
<span t-field="o.vat"/>
|
<span t-field="o.vat"/>
|
||||||
</div>
|
</div>
|
||||||
|
<h4 style="padding-left:20em">
|
||||||
|
Outstanding Statement
|
||||||
|
</h4>
|
||||||
<p>
|
<p>
|
||||||
Document: Customer outstanding statement<br/>
|
|
||||||
Date: <span t-esc="Date[o.id]" /><br/>
|
Date: <span t-esc="Date[o.id]" /><br/>
|
||||||
<t t-if="o.ref">Partner ref: <span t-field="o.ref"/></t>
|
<t t-if="o.ref">Partner ref: <span t-field="o.ref"/></t>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<t t-if="Lines[o.id]">
|
<t t-if="Lines[o.id]">
|
||||||
<br/> <br/>
|
<br/>
|
||||||
<t t-foreach="Lines[o.id]" t-as="currency">
|
<t t-foreach="Lines[o.id]" t-as="currency">
|
||||||
<br t-if="not currency_first" />
|
<br t-if="not currency_first" />
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in New Issue