openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01564
[Merge] lp:~camptocamp/account-closing/7.0-fix-1253659-yvr into lp:account-closing
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/account-closing/7.0-fix-1253659-yvr into lp:account-closing.
Requested reviews:
Account Core Editors (account-core-editors)
Related bugs:
Bug #1253659 in Account - Closing: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/account-closing/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/account-closing/7.0-fix-1253659-yvr/+merge/196152
Add encoding in mako template
--
https://code.launchpad.net/~camptocamp/account-closing/7.0-fix-1253659-yvr/+merge/196152
Your team Account Core Editors is requested to review the proposed merge of lp:~camptocamp/account-closing/7.0-fix-1253659-yvr into lp:account-closing.
=== modified file 'account_multicurrency_revaluation/report/templates/unrealized_currency_gain_loss.mako'
--- account_multicurrency_revaluation/report/templates/unrealized_currency_gain_loss.mako 2013-01-14 17:00:05 +0000
+++ account_multicurrency_revaluation/report/templates/unrealized_currency_gain_loss.mako 2013-11-21 16:02:51 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<style type="text/css">
Follow ups