Kirti Savalia(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/6.1-opw-574991-ksa into 
lp:openobject-addons/6.1.

Requested reviews:
  Naresh(OpenERP) (nch-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-574991-ksa/+merge/107206

Hello,

Fixed the issue headings are all in other language on the first page of the 
sales order & purchase order But on the second page, they have reverted to 
English.

Thanks
KSA



-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-574991-ksa/+merge/107206
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/6.1-opw-574991-ksa.
=== modified file 'purchase/report/order.rml'
--- purchase/report/order.rml	2011-12-22 15:17:58 +0000
+++ purchase/report/order.rml	2012-05-24 13:00:27 +0000
@@ -130,6 +130,8 @@
   </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>
     <blockTable colWidths="180.0,70.0,60.0,80.0,60.0,85.0" repeatRows="1" style="Table_Header_Pur_ord_Line">
       <tr>
@@ -154,8 +156,6 @@
       </tr>
     </blockTable>
   </pto_header>
-    <para style="terp_default_8">[[repeatIn(objects,'o')]]</para>
-    <para style="terp_default_8">[[ setLang(o.partner_id.lang) ]]</para>
     <para style="terp_default_9">
       <font color="white"> </font>
     </para>

=== modified file 'sale/report/sale_order.rml'
--- sale/report/sale_order.rml	2012-03-15 18:11:12 +0000
+++ sale/report/sale_order.rml	2012-05-24 13:00:27 +0000
@@ -127,6 +127,8 @@
   </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>
     <blockTable colWidths="181.0,70.0,80.0,70.0,50.0,85.0" repeatRows="1" style="Table4">
       <tr>
@@ -151,8 +153,9 @@
       </tr>
     </blockTable>
   </pto_header>
-    <para style="terp_default_8">[[repeatIn(objects,'o')]]</para>
-    <para style="terp_default_8">[[ setLang(o.partner_id.lang) ]]</para>
+    <para style="terp_default_9">
+      <font color="white"> </font>
+    </para>
     <blockTable colWidths="265.0,51.0,225.0" style="Table1">
       <tr>
         <td>

_______________________________________________
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