~camptocamp/account-financial-report/7.0-add-ref-in-open-invoice-jge

« back to all changes in this revision

Viewing changes to account_financial_report_webkit/report/report.xml

  • Committer: Omar (Pexego)
  • Author(s): Stéphane Bidoul
  • Date: 2013-12-13 02:33:40 UTC
  • mfrom: (55.1.1 account-financial-report)
  • Revision ID: omar@pexego.es-20131213023340-j9ugaunrwpq336cp
[FIX] account_financial_report_webkit: fix error in report header property name which was replacing the header of the open invoices report

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
             <field name="report_rml">account_financial_report_webkit/report/templates/account_report_print_journal.mako</field>
125
125
             <field name="report_file">account_financial_report_webkit/report/templates/account_report_print_journal.mako</field>
126
126
         </record>
127
 
        <record id="property_account_report_open_invoices_webkit" model="ir.property">
 
127
        <record id="property_account_report_print_journal_webkit" model="ir.property">
128
128
            <field name="name">account_report_print_journal_webkit</field>
129
129
            <field name="fields_id" ref="report_webkit.field_ir_act_report_xml_webkit_header"/>
130
130
            <field eval="'ir.header_webkit,'+str(ref('account_financial_report_webkit.financial_landscape_header'))" model="ir.header_webkit" name="value"/>