Merge lp:~acsone-openerp/account-financial-report/open-invoices-header-fix into lp:~account-report-core-editor/account-financial-report/7.0

Proposed by Stéphane Bidoul (Acsone)
Status: Merged
Merged at revision: 60
Proposed branch: lp:~acsone-openerp/account-financial-report/open-invoices-header-fix
Merge into: lp:~account-report-core-editor/account-financial-report/7.0
Diff against target: 12 lines (+1/-1)
1 file modified
account_financial_report_webkit/report/report.xml (+1/-1)
To merge this branch: bzr merge lp:~acsone-openerp/account-financial-report/open-invoices-header-fix
Reviewer Review Type Date Requested Status
Omar (Pexego) code review Approve
Jacques-Etienne Baudoux (community) Approve
Nicolas Bessi - Camptocamp (community) Approve
Review via email: mp+193584@code.launchpad.net

Commit message

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

Description of the change

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.

To post a comment you must log in.
Revision history for this message
Nicolas Bessi - Camptocamp (nbessi-c2c-deactivatedaccount) wrote :

LGTM

review: Approve
Revision history for this message
Jacques-Etienne Baudoux (jbaudoux) :
review: Approve
Revision history for this message
Omar (Pexego) (omar7r) wrote :

LGTM

review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'account_financial_report_webkit/report/report.xml'
2--- account_financial_report_webkit/report/report.xml 2013-09-12 20:53:27 +0000
3+++ account_financial_report_webkit/report/report.xml 2013-11-01 12:00:27 +0000
4@@ -124,7 +124,7 @@
5 <field name="report_rml">account_financial_report_webkit/report/templates/account_report_print_journal.mako</field>
6 <field name="report_file">account_financial_report_webkit/report/templates/account_report_print_journal.mako</field>
7 </record>
8- <record id="property_account_report_open_invoices_webkit" model="ir.property">
9+ <record id="property_account_report_print_journal_webkit" model="ir.property">
10 <field name="name">account_report_print_journal_webkit</field>
11 <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
12 <field eval="'ir.header_webkit,'+str(ref('account_financial_report_webkit.financial_landscape_header'))" model="ir.header_webkit" name="value"/>