Rucha (Open ERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-remove-rml-pageSize-rpa into 
lp:openobject-addons.

Requested reviews:
  qdp (OpenERP) (qdp)

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove-rml-pageSize-rpa/+merge/86520

Removed pageSize from rml <template> tag as the default paper format is taken 
from the company.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-remove-rml-pageSize-rpa/+merge/86520
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-remove-rml-pageSize-rpa.
=== modified file 'account/project/report/analytic_balance.rml'
--- account/project/report/analytic_balance.rml	2011-01-14 00:11:01 +0000
+++ account/project/report/analytic_balance.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Analytic Balance.pdf">
-  <template pageSize="(595.0,842.0)" title="Analytic Balance" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Analytic Balance" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="31.0" y1="30.0" width="531" height="779"/>
     </pageTemplate>

=== modified file 'account/project/report/analytic_journal.rml'
--- account/project/report/analytic_journal.rml	2011-01-14 00:11:01 +0000
+++ account/project/report/analytic_journal.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Analytic Journal" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Analytic Journal" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'account/project/report/cost_ledger.rml'
--- account/project/report/cost_ledger.rml	2011-01-14 00:11:01 +0000
+++ account/project/report/cost_ledger.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Cost Ledger.pdf">
-  <template pageSize="(595.0,842.0)" title="Cost Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Cost Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="30.0" width="539" height="785"/>
     </pageTemplate>

=== modified file 'account/project/report/inverted_analytic_balance.rml'
--- account/project/report/inverted_analytic_balance.rml	2011-01-14 00:11:01 +0000
+++ account/project/report/inverted_analytic_balance.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Inverted Analytic Balance" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Inverted Analytic Balance" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'account/project/report/quantity_cost_ledger.rml'
--- account/project/report/quantity_cost_ledger.rml	2011-01-14 00:11:01 +0000
+++ account/project/report/quantity_cost_ledger.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Cost Ledger.pdf">
-  <template pageSize="(595.0,842.0)" title="Cost Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Cost Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="30.0" y1="29.0" width="534" height="783"/>
     </pageTemplate>

=== modified file 'account/report/account_balance.rml'
--- account/report/account_balance.rml	2011-11-09 18:12:56 +0000
+++ account/report/account_balance.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Account Balance.pdf">
-  <template pageSize="(595.0,842.0)" title="Account Balance" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Account Balance" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'account/report/account_central_journal.rml'
--- account/report/account_central_journal.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_central_journal.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Centralized Journal.pdf">
-  <template pageSize="(595.0,842.0)" title="Centralized Journal" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Centralized Journal" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="42.0" width="539" height="758"/>
     </pageTemplate>

=== modified file 'account/report/account_financial_report.rml'
--- account/report/account_financial_report.rml	2011-11-30 09:46:48 +0000
+++ account/report/account_financial_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Financial Report.pdf">
-  <template pageSize="(595.0,842.0)" title="Financial Report" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Financial Report" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'account/report/account_general_journal.rml'
--- account/report/account_general_journal.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_general_journal.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="General Journal.pdf">
-  <template pageSize="(596.0,842.0)" title="General Journal" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="General Journal" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="42.0" width="540" height="758"/>
     </pageTemplate>

=== modified file 'account/report/account_general_ledger.rml'
--- account/report/account_general_ledger.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_general_ledger.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="General Ledger.pdf">
-  <template pageSize="(595.0,842.0)" title="General Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="General Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="772"/>
     </pageTemplate>

=== modified file 'account/report/account_journal.rml'
--- account/report/account_journal.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_journal.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Journal.pdf">
-  <template pageSize="(595.0,842.0)" title="Journal" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Journal" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'account/report/account_partner_balance.rml'
--- account/report/account_partner_balance.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_partner_balance.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Partner Balance.pdf">
-  <template pageSize="(595.0,842.0)" title="Partner Balance" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Partner Balance" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'account/report/account_partner_ledger.rml'
--- account/report/account_partner_ledger.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_partner_ledger.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Partner Ledger.pdf">
-  <template pageSize="(595.0,842.0)" title="Partner Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Partner Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="772"/>
     </pageTemplate>

=== modified file 'account/report/account_partner_ledger_other.rml'
--- account/report/account_partner_ledger_other.rml	2011-10-27 21:11:24 +0000
+++ account/report/account_partner_ledger_other.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Partner Ledger.pdf">
-  <template pageSize="(595.0,842.0)" title="Partner Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Partner Ledger" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="772"/>
     </pageTemplate>

=== modified file 'account/report/account_print_invoice.rml'
--- account/report/account_print_invoice.rml	2011-12-05 14:47:10 +0000
+++ account/report/account_print_invoice.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Invoices.pdf">
-  <template pageSize="(595.0,842.0)" title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="28.0" width="530" height="786"/>
     </pageTemplate>

=== modified file 'account/report/account_print_overdue.rml'
--- account/report/account_print_overdue.rml	2011-09-13 04:39:47 +0000
+++ account/report/account_print_overdue.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Overdue Payments.pdf">
-  <template pageSize="(595.0,842.0)" title="Overdue Payments" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Overdue Payments" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="42.0" y1="28.0" width="511" height="786"/>
     </pageTemplate>

=== modified file 'account/report/account_tax_report.rml'
--- account/report/account_tax_report.rml	2011-09-13 04:39:47 +0000
+++ account/report/account_tax_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Taxes.pdf">
-   <template pageSize="(595.0,842.0)" title="Taxes" author="OpenERP S.A.([email protected])" allowSplitting="20">
+   <template title="Taxes" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="42.0" y1="62.0" width="511" height="728"/>
     </pageTemplate>

=== modified file 'account_analytic_plans/report/crossovered_analytic.rml'
--- account_analytic_plans/report/crossovered_analytic.rml	2011-09-13 04:39:47 +0000
+++ account_analytic_plans/report/crossovered_analytic.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Crossovered Analytic" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Crossovered Analytic" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'account_budget/report/analytic_account_budget_report.rml'
--- account_budget/report/analytic_account_budget_report.rml	2011-09-13 04:39:47 +0000
+++ account_budget/report/analytic_account_budget_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Analytic Budget.pdf">
-  <template pageSize="(595.0,842.0)" title="Analytic Budget" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Analytic Budget" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="25.0" width="528" height="793"/>
     </pageTemplate>

=== modified file 'account_budget/report/budget_report.rml'
--- account_budget/report/budget_report.rml	2011-09-13 04:39:47 +0000
+++ account_budget/report/budget_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Budgets.pdf">
-  <template pageSize="(595.0,842.0)" title="Budgets" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Budgets" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'account_budget/report/crossovered_budget_report.rml'
--- account_budget/report/crossovered_budget_report.rml	2011-09-13 04:39:47 +0000
+++ account_budget/report/crossovered_budget_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Budget.pdf">
-  <template pageSize="(595.0,842.0)" title="Budget" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Budget" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="33.0" width="535" height="778"/>
     </pageTemplate>

=== modified file 'account_followup/report/account_followup_print.rml'
--- account_followup/report/account_followup_print.rml	2011-11-17 14:51:49 +0000
+++ account_followup/report/account_followup_print.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Account Followup.pdf">
-  <template pageSize="(595.0,842.0)" title="Account Followup" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Account Followup" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="31.0" y1="28.0" width="532" height="786"/>
     </pageTemplate>

=== modified file 'account_invoice_layout/report/report_account_invoice_layout.rml'
--- account_invoice_layout/report/report_account_invoice_layout.rml	2011-12-05 14:47:10 +0000
+++ account_invoice_layout/report/report_account_invoice_layout.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Invoices.pdf">
-  <template pageSize="(595.0,842.0)" title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'account_invoice_layout/report/special_message_invoice.rml'
--- account_invoice_layout/report/special_message_invoice.rml	2011-12-01 15:45:05 +0000
+++ account_invoice_layout/report/special_message_invoice.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Invoices.pdf">
-  <template pageSize="(595.0,842.0)" title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'account_payment/report/order.rml'
--- account_payment/report/order.rml	2011-02-08 08:53:50 +0000
+++ account_payment/report/order.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Payment Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Payment Order" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Payment Order" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="34.0" width="527" height="774"/>
     </pageTemplate>

=== modified file 'account_voucher/report/account_voucher.rml'
--- account_voucher/report/account_voucher.rml	2011-01-14 00:11:01 +0000
+++ account_voucher/report/account_voucher.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Voucher.pdf">
-  <template pageSize="(595.0,842.0)" title="Voucher" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Voucher" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="42.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'account_voucher/report/account_voucher_print.rml'
--- account_voucher/report/account_voucher_print.rml	2011-01-14 00:11:01 +0000
+++ account_voucher/report/account_voucher_print.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Voucher.pdf">
-  <template pageSize="(595.0,842.0)" title="Voucher" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Voucher" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="42.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/auction_artists.rml'
--- auction/report/auction_artists.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_artists.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Artists" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Artists" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'auction/report/auction_bids.rml'
--- auction/report/auction_bids.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_bids.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Bids" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Bids" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'auction/report/auction_buyer_result.rml'
--- auction/report/auction_buyer_result.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_buyer_result.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Buyer" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Buyer" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/auction_catelog.rml'
--- auction/report/auction_catelog.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_catelog.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Catelog" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Catelog" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/auction_objects.rml'
--- auction/report/auction_objects.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_objects.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Objects" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Objects" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/auction_result.rml'
--- auction/report/auction_result.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_result.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Result" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Result" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/auction_total.rml'
--- auction/report/auction_total.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_total.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Auction Total" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Auction Total" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'auction/report/auction_total_rml.rml'
--- auction/report/auction_total_rml.rml	2011-01-14 00:11:01 +0000
+++ auction/report/auction_total_rml.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Auction Total" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Auction Total" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/bids_lots.rml'
--- auction/report/bids_lots.rml	2011-01-14 00:11:01 +0000
+++ auction/report/bids_lots.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Bids Lots" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Bids Lots" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'auction/report/bids_phones_details.rml'
--- auction/report/bids_phones_details.rml	2011-01-14 00:11:01 +0000
+++ auction/report/bids_phones_details.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Bids Phones Details" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Bids Phones Details" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'auction/report/buyer_form_report.rml'
--- auction/report/buyer_form_report.rml	2011-12-01 15:45:05 +0000
+++ auction/report/buyer_form_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Buyer Form" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Buyer Form" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/buyer_list.rml'
--- auction/report/buyer_list.rml	2011-01-14 00:11:01 +0000
+++ auction/report/buyer_list.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Buyer List" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Buyer List" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/catelogwithpictures.rml'
--- auction/report/catelogwithpictures.rml	2011-01-14 00:11:01 +0000
+++ auction/report/catelogwithpictures.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Catelog With Picture" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Catelog With Picture" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="28.0" width="527" height="786"/>
     </pageTemplate>

=== modified file 'auction/report/deposit_seller.rml'
--- auction/report/deposit_seller.rml	2011-12-01 15:45:05 +0000
+++ auction/report/deposit_seller.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Deposit Seller" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Deposit Seller" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/lots_list.rml'
--- auction/report/lots_list.rml	2011-01-14 00:11:01 +0000
+++ auction/report/lots_list.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Lots" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Lots" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/lots_list_inventory.rml'
--- auction/report/lots_list_inventory.rml	2011-01-14 00:11:01 +0000
+++ auction/report/lots_list_inventory.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Lots Inventory" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Lots Inventory" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/lots_list_landscape.rml'
--- auction/report/lots_list_landscape.rml	2011-01-14 00:11:01 +0000
+++ auction/report/lots_list_landscape.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Lots" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Lots" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'auction/report/seller_form_report.rml'
--- auction/report/seller_form_report.rml	2011-12-01 15:45:05 +0000
+++ auction/report/seller_form_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Seller Form" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Seller Form" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="35.0" width="525" height="772"/>
     </pageTemplate>

=== modified file 'base_module_doc_rst/report/ir_module_reference_graph.rml'
--- base_module_doc_rst/report/ir_module_reference_graph.rml	2011-01-14 00:11:01 +0000
+++ base_module_doc_rst/report/ir_module_reference_graph.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Introspection report on objects" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Introspection report on objects" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="42.0" y1="42.0" width="511" height="758"/>
 		<header>

=== modified file 'delivery/report/shipping.rml'
--- delivery/report/shipping.rml	2011-12-01 15:45:05 +0000
+++ delivery/report/shipping.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Delivery Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Delivery Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Delivery Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="30.0" y1="27.0" width="508" height="815"/>
     </pageTemplate>

=== modified file 'hr_attendance/report/attendance_errors.rml'
--- hr_attendance/report/attendance_errors.rml	2011-01-14 00:11:01 +0000
+++ hr_attendance/report/attendance_errors.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Attendance Errors.pdf">
-  <template pageSize="(595.0,842.0)" title="Attendance Errors" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Attendance Errors" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="26.0" width="536" height="784"/>
     </pageTemplate>

=== modified file 'hr_expense/report/expense.rml'
--- hr_expense/report/expense.rml	2011-03-30 13:07:23 +0000
+++ hr_expense/report/expense.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Expenses" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Expenses" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="16.0" y1="57.0" width="522" height="728"/>
     </pageTemplate>

=== modified file 'hr_payroll/report/report_contribution_register.rml'
--- hr_payroll/report/report_contribution_register.rml	2011-06-29 10:31:10 +0000
+++ hr_payroll/report/report_contribution_register.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Test" author="Martin Simon" allowSplitting="20">
+  <template title="Test" author="Martin Simon" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'hr_payroll/report/report_payslip.rml'
--- hr_payroll/report/report_payslip.rml	2011-06-03 10:32:38 +0000
+++ hr_payroll/report/report_payslip.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Test" author="Martin Simon" allowSplitting="20">
+  <template title="Test" author="Martin Simon" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'hr_payroll/report/report_payslip_details.rml'
--- hr_payroll/report/report_payslip_details.rml	2011-06-16 10:30:51 +0000
+++ hr_payroll/report/report_payslip_details.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Test" author="Martin Simon" allowSplitting="20">
+  <template title="Test" author="Martin Simon" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'hr_timesheet_invoice/report/account_analytic_profit.rml'
--- hr_timesheet_invoice/report/account_analytic_profit.rml	2011-01-14 00:11:01 +0000
+++ hr_timesheet_invoice/report/account_analytic_profit.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Invoice rate by user" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Invoice rate by user" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="35.0" y1="57.0" width="525" height="728"/>
     </pageTemplate>

=== modified file 'hr_timesheet_invoice/report/cost_ledger.rml'
--- hr_timesheet_invoice/report/cost_ledger.rml	2011-01-14 00:11:01 +0000
+++ hr_timesheet_invoice/report/cost_ledger.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Cost Ledger" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Cost Ledger" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'l10n_fr/report/bilan_report.rml'
--- l10n_fr/report/bilan_report.rml	2011-01-14 00:11:01 +0000
+++ l10n_fr/report/bilan_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-	<template pageSize="(595.0,842.0)" title="Bilan" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+	<template title="Bilan" author="OpenERP S.A. ([email protected])" allowSplitting="20">
 		<pageTemplate id="first">
 			<frame id="first" x1="57.0" y1="20.0" width="481" height="802"/>
 		</pageTemplate>

=== modified file 'l10n_fr/report/compute_resultant_report.rml'
--- l10n_fr/report/compute_resultant_report.rml	2011-01-14 00:11:01 +0000
+++ l10n_fr/report/compute_resultant_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Compte de resultat" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Compte de resultat" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="20.0" width="481" height="802"/>
     </pageTemplate>

=== modified file 'lunch/report/order.rml'
--- lunch/report/order.rml	2011-08-06 01:01:39 +0000
+++ lunch/report/order.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Lunch Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Lunch Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Lunch Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="42.0" width="527" height="758"/>
     </pageTemplate>

=== modified file 'marketing_campaign_crm_demo/crm_lead_mc_demo_report.rml'
--- marketing_campaign_crm_demo/crm_lead_mc_demo_report.rml	2011-01-14 00:11:01 +0000
+++ marketing_campaign_crm_demo/crm_lead_mc_demo_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="CRM Lead.pdf">
-  <template pageSize="(595.0,842.0)" title="CRM Lead" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="CRM Lead" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'mrp/report/bom_structure.rml'
--- mrp/report/bom_structure.rml	2011-01-14 00:11:01 +0000
+++ mrp/report/bom_structure.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="BOM Structure.pdf">
-  <template pageSize="(595.0,842.0)" title="BOM Structure" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="BOM Structure" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="31.0" y1="30.0" width="532" height="781"/>
     </pageTemplate>

=== modified file 'mrp/report/order.rml'
--- mrp/report/order.rml	2011-05-11 10:12:36 +0000
+++ mrp/report/order.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Production Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Production Order" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Production Order" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="42.0" width="527" height="758"/>
     </pageTemplate>

=== modified file 'mrp_repair/report/order.rml'
--- mrp_repair/report/order.rml	2011-12-01 15:45:05 +0000
+++ mrp_repair/report/order.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Repair" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Repair" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="15.0" y1="42.0" width="539" height="758"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/account_statement.rml'
--- point_of_sale/report/account_statement.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/account_statement.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Statement" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Statement" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="36.0" y1="57.0" width="520" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/all_closed_cashbox_of_the_day.rml'
--- point_of_sale/report/all_closed_cashbox_of_the_day.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/all_closed_cashbox_of_the_day.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Cashbox of the day" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Cashbox of the day" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="27.0" y1="57.0" width="512" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_details.rml'
--- point_of_sale/report/pos_details.rml	2011-12-11 10:51:30 +0000
+++ point_of_sale/report/pos_details.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Details of Sales" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Details of Sales" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="57.0" width="511" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_details_summary.rml'
--- point_of_sale/report/pos_details_summary.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_details_summary.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Details of Sales" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Details of Sales" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="57.0" width="511" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_lines.rml'
--- point_of_sale/report/pos_lines.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_lines.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Sale Lines.pdf">
-  <template pageSize="(595.0,842.0)" title="Sale Lines" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Sale Lines" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="27.0" y1="57.0" width="512" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_payment_report.rml'
--- point_of_sale/report/pos_payment_report.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_payment_report.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Payment" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Payment" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="2.0" y1="57.0" width="537" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_payment_report_user.rml'
--- point_of_sale/report/pos_payment_report_user.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_payment_report_user.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Payment By User" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Payment By User" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="57.0" y1="57.0" width="481" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_sales_user.rml'
--- point_of_sale/report/pos_sales_user.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_sales_user.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Sales Report" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Sales Report" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="27.0" y1="57.0" width="512" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_sales_user_today.rml'
--- point_of_sale/report/pos_sales_user_today.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_sales_user_today.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="Todays Sales By User" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Todays Sales By User" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="27.0" y1="57.0" width="512" height="728"/>
     </pageTemplate>

=== modified file 'point_of_sale/report/pos_users_product.rml'
--- point_of_sale/report/pos_users_product.rml	2011-01-14 00:11:01 +0000
+++ point_of_sale/report/pos_users_product.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="test.pdf">
-  <template pageSize="(595.0,842.0)" title="User's Product'" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="User's Product'" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="36.0" y1="57.0" width="520" height="728"/>
     </pageTemplate>

=== modified file 'product/report/product_pricelist.rml'
--- product/report/product_pricelist.rml	2011-01-14 00:11:01 +0000
+++ product/report/product_pricelist.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Price List.pdf">
-  <template pageSize="(595.0,842.0)" title="Price List" author="OpenERP S.A. ([email protected])" allowSplitting="20">
+  <template title="Price List" author="OpenERP S.A. ([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'project_planning/report/report_planning.rml'
--- project_planning/report/report_planning.rml	2011-01-14 00:11:01 +0000
+++ project_planning/report/report_planning.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="HR Planning.pdf">
-  <template pageSize="(595.0,842.0)" title="HR Planning" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="HR Planning" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'purchase/report/order.rml'
--- purchase/report/order.rml	2011-12-01 15:45:05 +0000
+++ purchase/report/order.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Purchase Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Purchase Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Purchase Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="18.0" y1="42.0" width="535" height="758"/>
     </pageTemplate>

=== modified file 'purchase/report/request_quotation.rml'
--- purchase/report/request_quotation.rml	2011-12-01 15:45:05 +0000
+++ purchase/report/request_quotation.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Request for Quotation.pdf">
-  <template pageSize="(595.0,842.0)" title="Request for Quotation" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Request for Quotation" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="23.0" y1="43.0" width="530" height="799"/>
     </pageTemplate>

=== modified file 'purchase_requisition/report/purchase_requisition.rml'
--- purchase_requisition/report/purchase_requisition.rml	2011-01-14 00:11:01 +0000
+++ purchase_requisition/report/purchase_requisition.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Purchase for Requisitions.pdf">
-  <template pageSize="(595.0,842.0)" title="Purchase for Requisitions" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Purchase for Requisitions" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="28.0" width="530" height="786"/>
     </pageTemplate>

=== modified file 'report_intrastat/report/invoice.rml'
--- report_intrastat/report/invoice.rml	2011-12-01 15:45:05 +0000
+++ report_intrastat/report/invoice.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Invoices.pdf">
-  <template pageSize="(595.0,842.0)" title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Invoices" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="28.0" width="530" height="786"/>
     </pageTemplate>

=== modified file 'sale/report/sale_order.rml'
--- sale/report/sale_order.rml	2011-12-01 15:45:05 +0000
+++ sale/report/sale_order.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Sale Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Sale Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Sale Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="15.0" y1="42.0" width="539" height="758"/>
     </pageTemplate>

=== modified file 'sale_layout/report/report_sale_layout.rml'
--- sale_layout/report/report_sale_layout.rml	2011-12-01 15:45:05 +0000
+++ sale_layout/report/report_sale_layout.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Sale Order.pdf">
-  <template pageSize="(595.0,842.0)" title="Sale Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Sale Order" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

=== modified file 'stock/report/lot_overview.rml'
--- stock/report/lot_overview.rml	2011-01-14 00:11:01 +0000
+++ stock/report/lot_overview.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Location Inventory Overview.pdf">
-  <template pageSize="(595.0,842.0)" title="Location Inventory Overview" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Location Inventory Overview" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="33.0" y1="57.0" width="526" height="728"/>
     </pageTemplate>

=== modified file 'stock/report/lot_overview_all.rml'
--- stock/report/lot_overview_all.rml	2011-01-14 00:11:01 +0000
+++ stock/report/lot_overview_all.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Location Content.pdf">
-  <template pageSize="(595.0,842.0)" title="Location Content" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Location Content" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="34.0" y1="27.0" width="523" height="782"/>
     </pageTemplate>

=== modified file 'stock/report/picking.rml'
--- stock/report/picking.rml	2011-12-01 15:45:05 +0000
+++ stock/report/picking.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Packing List.pdf">
-  <template pageSize="(595.0,842.0)" title="Packing List" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Packing List" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="0.0" y1="57.0" width="538" height="728"/>
     </pageTemplate>

=== modified file 'stock/report/stock_inventory_move.rml'
--- stock/report/stock_inventory_move.rml	2011-01-14 00:11:01 +0000
+++ stock/report/stock_inventory_move.rml	2011-12-21 09:52:28 +0000
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <document filename="Stock Inventory.pdf">
-  <template pageSize="(595.0,842.0)" title="Stock Inventory" author="OpenERP S.A.([email protected])" allowSplitting="20">
+  <template title="Stock Inventory" author="OpenERP S.A.([email protected])" allowSplitting="20">
     <pageTemplate id="first">
       <frame id="first" x1="28.0" y1="28.0" width="539" height="786"/>
     </pageTemplate>

_______________________________________________
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