openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01565
[Merge] lp:~camptocamp/hr-timesheet/7.0-fix-1253659-yvr into lp:hr-timesheet
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/hr-timesheet/7.0-fix-1253659-yvr into lp:hr-timesheet.
Requested reviews:
HR Core Editors (hr-core-editors)
Related bugs:
Bug #1253659 in HR - Timesheet Management: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/hr-timesheet/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/hr-timesheet/7.0-fix-1253659-yvr/+merge/196157
Add encoding in mako template
--
https://code.launchpad.net/~camptocamp/hr-timesheet/7.0-fix-1253659-yvr/+merge/196157
Your team OpenERP Community Reviewer/Maintainer is subscribed to branch lp:hr-timesheet.
=== modified file 'hr_attendance_analysis/report/calendar_report.mako'
--- hr_attendance_analysis/report/calendar_report.mako 2013-03-05 11:16:07 +0000
+++ hr_attendance_analysis/report/calendar_report.mako 2013-11-21 16:15:16 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
Follow ups