openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01572
[Merge] lp:~camptocamp/project-reporting/7.0-fix-1253659-yvr into lp:project-reporting
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/project-reporting/7.0-fix-1253659-yvr into lp:project-reporting.
Requested reviews:
Project Core Editors (project-core-editors)
Related bugs:
Bug #1253659 in Project Management - Invoicing and Reporting: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/project-reporting/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/project-reporting/7.0-fix-1253659-yvr/+merge/196159
In mako template add encoding
--
https://code.launchpad.net/~camptocamp/project-reporting/7.0-fix-1253659-yvr/+merge/196159
Your team Project Core Editors is requested to review the proposed merge of lp:~camptocamp/project-reporting/7.0-fix-1253659-yvr into lp:project-reporting.
=== modified file 'project_indicators/report/project_tracking.mako'
--- project_indicators/report/project_tracking.mako 2011-10-31 08:37:20 +0000
+++ project_indicators/report/project_tracking.mako 2013-11-21 16:23:53 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
Follow ups