Mohammed Shekha(Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/6.1-opw-577012-msh into
lp:openobject-addons/6.1.
Requested reviews:
OpenERP Core Team (openerp)
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-577012-msh/+merge/115497
Hello,
Sale Layout report (Order with layout) is not showing Notes in the report when
layout_type is text, actually when type is text at that time both name as well
as notes should be shown in the report.
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-577012-msh/+merge/115497
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/6.1-opw-577012-msh.
=== modified file 'sale_layout/report/report_sale_layout.rml'
--- sale_layout/report/report_sale_layout.rml 2012-03-15 18:11:12 +0000
+++ sale_layout/report/report_sale_layout.rml 2012-07-18 09:26:30 +0000
@@ -277,6 +277,11 @@
<para style="terp_default_9">[[ a['layout_type']=='text' and a['name'] or removeParentNode('blockTable') ]]</para>
</td>
</tr>
+ <tr>
+ <td>
+ <para style="terp_default_9">[[ a['layout_type']=='text' and a['note'] or removeParentNode('blockTable') ]]</para>
+ </td>
+ </tr>
</blockTable>
<pageBreak>[[ a['layout_type']!='break' and removeParentNode('pageBreak')]]</pageBreak>
<blockTable colWidths="198.0,85.0,71.0,57.0,57.0,71.0" style="Table13">
_______________________________________________
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