← Back to team overview

openerp-community-reviewer team mailing list archive

lp:~acsone-openerp/account-financial-report/open-invoices-header-fix into lp:account-financial-report

 

Stéphane Bidoul (Acsone) has proposed merging lp:~acsone-openerp/account-financial-report/open-invoices-header-fix into lp:account-financial-report.

Commit message:
[FIX] fix error in report header property name which was replacing the header of the open invoices report

Requested reviews:
  Account Report Core Editors (account-report-core-editor)

For more details, see:
https://code.launchpad.net/~acsone-openerp/account-financial-report/open-invoices-header-fix/+merge/193584

Fix a typo in header property names that was introduced with the journal report. This had the effect of resetting the header of the open invoices report to default.
-- 
https://code.launchpad.net/~acsone-openerp/account-financial-report/open-invoices-header-fix/+merge/193584
Your team Account Report Core Editors is requested to review the proposed merge of lp:~acsone-openerp/account-financial-report/open-invoices-header-fix into lp:account-financial-report.
=== modified file 'account_financial_report_webkit/report/report.xml'
--- account_financial_report_webkit/report/report.xml	2013-09-12 20:53:27 +0000
+++ account_financial_report_webkit/report/report.xml	2013-11-01 12:00:27 +0000
@@ -124,7 +124,7 @@
              <field name="report_rml">account_financial_report_webkit/report/templates/account_report_print_journal.mako</field>
              <field name="report_file">account_financial_report_webkit/report/templates/account_report_print_journal.mako</field>
          </record>
-        <record id="property_account_report_open_invoices_webkit" model="ir.property">
+        <record id="property_account_report_print_journal_webkit" model="ir.property">
             <field name="name">account_report_print_journal_webkit</field>
             <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
             <field eval="'ir.header_webkit,'+str(ref('account_financial_report_webkit.financial_landscape_header'))" model="ir.header_webkit" name="value"/>


Follow ups