[FIX] stock, picking report: added barcode column in pto header as well

bzr revid: qdp-launchpad@openerp.com-20130628071054-v7979u808eet0mkc
This commit is contained in:
Quentin (OpenERP) 2013-06-28 09:10:54 +02:00
parent 51c679af9f
commit 6fefb16378
1 changed files with 4 additions and 1 deletions

View File

@ -134,7 +134,7 @@
<story>
<pto>
<pto_header>
<blockTable colWidths="256.0,73.0,59.0,59.0,71.0" repeatRows="1" style="Move_Line_Header">
<blockTable colWidths="184.0,73.0,59.0,59.0,71.0,71" repeatRows="1" style="Move_Line_Header">
<tr>
<td>
<para style="terp_tblheader_Details">Description</para>
@ -151,6 +151,9 @@
<td>
<para style="terp_tblheader_Details_Right">Quantity</para>
</td>
<td>
<para style="terp_tblheader_Details_Right">Barcode</para>
</td>
</tr>
</blockTable>
</pto_header>