← Back to team overview

openerp-community-reviewer team mailing list archive

[Merge] lp:~camptocamp/account-invoice-report/7.0-fix-1253659-yvr into lp:account-invoice-report

 

Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/account-invoice-report/7.0-fix-1253659-yvr into lp:account-invoice-report.

Requested reviews:
  Account Core Editors (account-core-editors)
Related bugs:
  Bug #1253659 in Account - Invoicing Reports: "[7.0] translation synchronization may fail with some webkit reports"
  https://bugs.launchpad.net/account-invoice-report/+bug/1253659

For more details, see:
https://code.launchpad.net/~camptocamp/account-invoice-report/7.0-fix-1253659-yvr/+merge/196129

Add encoding on invoice mako template
-- 
https://code.launchpad.net/~camptocamp/account-invoice-report/7.0-fix-1253659-yvr/+merge/196129
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch lp:account-invoice-report.
=== modified file 'invoice_webkit/report/account_invoice.mako'
--- invoice_webkit/report/account_invoice.mako	2013-10-17 09:30:41 +0000
+++ invoice_webkit/report/account_invoice.mako	2013-11-21 14:54:52 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
 <html>
 <head>
     <style type="text/css">


Follow ups