Skip to content

Commit

Permalink
[FIX] account_invoice: print invoice report, pto missplaced around th…
Browse files Browse the repository at this point in the history
…e whole report instead of just the invoice lines

bzr revid: dle@openerp.com-20140408141413-xqotylt1wlgktgpx
  • Loading branch information
beledouxdenis committed Apr 8, 2014
1 parent a16b0c7 commit 4646107
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions addons/account/report/account_print_invoice.rml
Original file line number Diff line number Diff line change
Expand Up @@ -135,21 +135,9 @@
<images/>
</stylesheet>
<story>
<pto>

<para style="terp_default_8">[[ repeatIn(objects,'o') ]]</para>
<para style="terp_default_8">[[ setLang(o.partner_id.lang) ]]</para>
<pto_header><!-- Must be after setLang() -->
<blockTable colWidths="202.0,87.0,71.0,57.0,42.0,71.0" style="Table7">
<tr>
<td><para style="terp_tblheader_Details"><b>Description</b></para></td>
<td><para style="terp_tblheader_Details_Centre"><b>Taxes</b></para></td>
<td><para style="terp_tblheader_Details_Centre"><b>Quantity</b></para></td>
<td><para style="terp_tblheader_Details_Right"><b>Unit Price</b></para></td>
<td><para style="terp_tblheader_Details_Right"><b>Disc.(%)</b></para></td>
<td><para style="terp_tblheader_Details_Right"><b>Price</b></para></td>
</tr>
</blockTable>
</pto_header>
<blockTable colWidths="297.0,233.0" style="Table_Partner_Address">
<tr>
<td>
Expand Down Expand Up @@ -214,6 +202,19 @@
<para style="terp_default_8">
<font color="white"> </font>
</para>
<pto>
<pto_header><!-- Must be after setLang() -->
<blockTable colWidths="202.0,87.0,71.0,57.0,42.0,71.0" style="Table7">
<tr>
<td><para style="terp_tblheader_Details"><b>Description</b></para></td>
<td><para style="terp_tblheader_Details_Centre"><b>Taxes</b></para></td>
<td><para style="terp_tblheader_Details_Centre"><b>Quantity</b></para></td>
<td><para style="terp_tblheader_Details_Right"><b>Unit Price</b></para></td>
<td><para style="terp_tblheader_Details_Right"><b>Disc.(%)</b></para></td>
<td><para style="terp_tblheader_Details_Right"><b>Price</b></para></td>
</tr>
</blockTable>
</pto_header>
<blockTable colWidths="185.0,70.0,80.0,60.0,50.0,85.0" style="Table7">
<tr>
<td>
Expand Down Expand Up @@ -261,6 +262,7 @@
</tr>
</blockTable>
</section>
</pto>
<blockTable colWidths="385.0,60.0,85.0" style="Table10">
<tr>
<td>
Expand Down Expand Up @@ -368,6 +370,5 @@
<para style="terp_default_2">
<font color="white"> </font>
</para>
</pto>
</story>
</document>

0 comments on commit 4646107

Please sign in to comment.