Rifakat (OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.0-opw-16738-rha into
lp:openobject-addons/6.0.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-16738-rha/+merge/71158
Hello sir,
The problem does arise when printing the Packing List report form picking and
product does not have 'code', hence Description in report is printed blank.
This fix fixes the problem.
Thanks,
Rifakat
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.0-opw-16738-rha/+merge/71158
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.0-opw-16738-rha.
=== modified file 'stock/report/picking.rml'
--- stock/report/picking.rml 2011-01-14 00:11:01 +0000
+++ stock/report/picking.rml 2011-08-11 06:53:46 +0000
@@ -264,7 +264,7 @@
<blockTable colWidths="256.0,74.0,58.0,60.0,73.0" style="Move_Line_Contect_Assign_State">
<tr>
<td>
- <para style="terp_default_9"><font face="Helvetica" size="9.0">[ [[ (move_lines.product_id.default_code) or removeParentNode('font') ]] ]</font> [[ move_lines.product_id.name ]] [[ move_lines.product_id.variants or '']] </para>
+ <para style="terp_default_9">[[ (move_lines.product_id.default_code) and '[ ' + move_lines.product_id.default_code + ' ]' or '' ]] [[ move_lines.product_id.name ]] [[ move_lines.product_id.variants or '']] </para>
</td>
<td>
<para style="terp_default_Centre_9">[[ (move_lines.prodlot_id and move_lines.prodlot_id.name) or '' ]]</para>
=== modified file 'stock/report/picking.sxw'
Binary files stock/report/picking.sxw 2011-01-14 00:11:01 +0000 and stock/report/picking.sxw 2011-08-11 06:53:46 +0000 differ
_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help : https://help.launchpad.net/ListHelp