Review: Needs Fixing

Hello Hardik,

The changes for order.rml were already merged to stable from another merge 
proposal.https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-574991-ksa/+merge/107206
 where 
and In order to have same consistency you should set the lang and the tag to 
repeat the rows in <pto> tag instead of setting it in <pto-header> something 
like:

=== modified file 'purchase/report/request_quotation.rml'
--- purchase/report/request_quotation.rml       2011-12-22 15:17:58 +0000
+++ purchase/report/request_quotation.rml       2012-07-05 06:41:19 +0000
@@ -70,6 +70,8 @@
   </stylesheet>
   <story>
   <pto>
+   <para style="terp_default_9">[[repeatIn(objects,'order')]]</para>
+   <para style="terp_default_9">[[ setLang(order.partner_id.lang) ]]</para>
   <pto_header>
     <blockTable colWidths="371.0,98.0,61.0" repeatRows="1" 
style="Table_Product_Header_Title">
       <tr>
@@ -85,8 +87,6 @@
       </tr>
     </blockTable>
   </pto_header>
-    <para style="terp_default_9">[[repeatIn(objects,'order')]]</para>
-    <para style="terp_default_9">[[ setLang(order.partner_id.lang) ]]</para>
     <blockTable colWidths="250.0,59.0,221.0" style="Table_Address_Detail">
       <tr>
         <td>

Thanks,
Naresh

-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-576501-han/+merge/113334
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-576501-han.

_______________________________________________
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

Reply via email to