openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #07247
[Merge] lp:~agilebg/account-invoice-report/7_fix_1221570 into lp:account-invoice-report
Lorenzo Battistini - Agile BG has proposed merging lp:~agilebg/account-invoice-report/7_fix_1221570 into lp:account-invoice-report.
Requested reviews:
Account Core Editors (account-core-editors)
Related bugs:
Bug #1221570 in Account - Invoicing Reports: "[7.0] invoice_webkit overwrites report changes"
https://bugs.launchpad.net/account-invoice-report/+bug/1221570
For more details, see:
https://code.launchpad.net/~agilebg/account-invoice-report/7_fix_1221570/+merge/223781
--
https://code.launchpad.net/~agilebg/account-invoice-report/7_fix_1221570/+merge/223781
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch lp:account-invoice-report.
=== modified file 'invoice_webkit/invoice_report.xml'
--- invoice_webkit/invoice_report.xml 2012-12-04 14:19:45 +0000
+++ invoice_webkit/invoice_report.xml 2014-06-19 15:57:15 +0000
@@ -12,7 +12,11 @@
attachment="(object.state in ('open','paid')) and ('INV'+(object.number or '').replace('/',''))"
attachment_use="1"
multi="True"
- webkit_header="base_headers_webkit.base_reports_portrait_header"
report_type="webkit"/>
</data>
+ <data noupdate="1">
+ <record id="account.account_invoices" model="ir.actions.report.xml">
+ <field name="webkit_header" ref="base_headers_webkit.base_reports_portrait_header"></field>
+ </record>
+ </data>
</openerp>
Follow ups