Ashvin Rathod (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-821287-ara into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #821287 in OpenERP Addons: "Account_invoice_layout: Report Order with 
layout aborted if lines type Note or Page break"
  https://bugs.launchpad.net/openobject-addons/+bug/821287

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-821287-ara/+merge/76354

Hello,

Fix: Account_invoice_layout: Report Order with layout aborted if lines type 
Note or Page break

Thanks,
ara
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-821287-ara/+merge/76354
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-821287-ara.
=== modified file 'account_invoice_layout/report/report_account_invoice_layout.rml'
--- account_invoice_layout/report/report_account_invoice_layout.rml	2011-01-14 00:11:01 +0000
+++ account_invoice_layout/report/report_account_invoice_layout.rml	2011-09-21 08:45:27 +0000
@@ -182,28 +182,6 @@
     <images/>
   </stylesheet>
   <story>
-  <pto>
-  <pto_header>
-    <blockTable colWidths="283.0,71.0,57.0,57.0,71.0" style="Tableau6">
-      <tr>
-        <td>
-          <para style="terp_tblheader_Details">Description / Taxes</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Centre">Quantity</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Right">Unit Price</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Right">Disc. (%)</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Right">Price</para>
-        </td>
-      </tr>
-    </blockTable>
-  </pto_header>
     <para style="terp_default_8">[[ repeatIn(objects,'o') ]]</para>
     <para style="terp_default_8">[[ setLang(o.partner_id.lang) ]]</para>
     <blockTable colWidths="302.0,237.0" style="Tableau2">
@@ -505,6 +483,5 @@
     <para style="Standard">
       <font color="white"> </font>
     </para>
-  </pto>
   </story>
 </document>

=== modified file 'account_invoice_layout/report/special_message_invoice.rml'
--- account_invoice_layout/report/special_message_invoice.rml	2011-01-14 00:11:01 +0000
+++ account_invoice_layout/report/special_message_invoice.rml	2011-09-21 08:45:27 +0000
@@ -186,28 +186,6 @@
     <images/>
   </stylesheet>
   <story>
-  <pto>
-  <pto_header>
-    <blockTable colWidths="283.0,71.0,57.0,57.0,71.0" style="Tableau6">
-      <tr>
-        <td>
-          <para style="terp_tblheader_Details">Description / Taxes</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Centre">Quantity</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Right">Unit Price</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Right">Disc. (%)</para>
-        </td>
-        <td>
-          <para style="terp_tblheader_Details_Right">Price</para>
-        </td>
-      </tr>
-    </blockTable>
-  </pto_header>
     <para style="terp_default_8">[[ repeatIn(objects,'o') ]]</para>
     <para style="terp_default_8">[[ setLang(o.partner_id.lang) ]]</para>
     <blockTable colWidths="302.0,237.0" style="Tableau2">
@@ -523,6 +501,5 @@
     <para style="terp_default_9">
       <font color="white"> </font>
     </para>
-  </pto>
   </story>
 </document>

_______________________________________________
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