openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01562
[Merge] lp:~camptocamp/account-financial-tools/7.0-fix-1253659-yvr into lp:account-financial-tools
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/account-financial-tools/7.0-fix-1253659-yvr into lp:account-financial-tools.
Requested reviews:
Account Core Editors (account-core-editors)
Related bugs:
Bug #1253659 in Account - Financial Tools: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/account-financial-tools/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/account-financial-tools/7.0-fix-1253659-yvr/+merge/196147
Add encoding on mako template for credit control
--
https://code.launchpad.net/~camptocamp/account-financial-tools/7.0-fix-1253659-yvr/+merge/196147
Your team Account Core Editors is requested to review the proposed merge of lp:~camptocamp/account-financial-tools/7.0-fix-1253659-yvr into lp:account-financial-tools.
=== modified file 'account_credit_control/report/credit_control_summary.html.mako'
--- account_credit_control/report/credit_control_summary.html.mako 2013-07-25 11:56:20 +0000
+++ account_credit_control/report/credit_control_summary.html.mako 2013-11-21 15:47:15 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
Follow ups