Amit Dodiya (OpenERP) has proposed merging 
lp:~openerp-dev/openobject-server/6.0-opw-17657-ado into 
lp:openobject-server/6.0.

Requested reviews:
  Raphael Collet (OpenERP) (rco-openerp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-server/6.0-opw-17657-ado/+merge/77651

Hello,

"[FIX]: Report output is not the same PDF vs. OpenOffice case:(17657)".

I have changed the code in corporate_sxw_header.xml file because while sending 
the report to the server in OpenOffice type the Output is different than pdf 
report.

Thanks,
Amit


-- 
https://code.launchpad.net/~openerp-dev/openobject-server/6.0-opw-17657-ado/+merge/77651
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-server/6.0-opw-17657-ado.
=== modified file 'bin/addons/base/report/corporate_sxw_header.xml'
--- bin/addons/base/report/corporate_sxw_header.xml	2009-01-29 22:22:23 +0000
+++ bin/addons/base/report/corporate_sxw_header.xml	2011-09-30 07:23:23 +0000
@@ -196,14 +196,27 @@
                     <table:table-column table:style-name="Table2.A"/>
                     <table:table-column table:style-name="Table2.B"/>
                     <table:table-row>
-                        <table:table-cell table:style-name="Table2.A1" table:value-type="string">
-                            <text:p text:style-name="P1">[[ company.partner_id.name ]]</text:p>
+                     	<table:table-cell table:style-name="Table2.A1" table:value-type="string">
+                            <text:p text:style-name="P2"></text:p>
                         </table:table-cell>
                         <table:table-cell table:style-name="Table2.A1" table:value-type="string">
                             <text:p text:style-name="P2">[[ company.rml_header1 ]]</text:p>
                         </table:table-cell>
                     </table:table-row>
                 </table:table>
+                
+                <table:table table:name="Table3" table:style-name="Table3">
+                    <table:table-column table:style-name="Table3.AA"/>
+                    <table:table-column table:style-name="Table3.BB"/>
+                	<table:table-row>
+                        <table:table-cell table:style-name="Table3.AA" table:value-type="string">
+                            <text:p text:style-name="P4">[[ company.partner_id.name ]]</text:p>
+                        </table:table-cell>
+                        <table:table-cell table:style-name="Table3.AA" table:value-type="string">
+                            <text:p text:style-name="P5"></text:p>
+                        </table:table-cell>
+                    </table:table-row>
+                </table:table>
                 <text:p text:style-name="P3">[[ company.partner_id.address and company.partner_id.address[0].street ]]</text:p>
                 <text:p text:style-name="P3">[[ company.partner_id.address and company.partner_id.address[0].zip ]] [[ company.partner_id.address and company.partner_id.address[0].city ]] - [[ company.partner_id.address and company.partner_id.address[0].country_id and company.partner_id.address[0].country_id.name ]]</text:p>
                 <table:table table:name="Table3" table:style-name="Table3">

_______________________________________________
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