openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01555
[Merge] lp:~camptocamp/purchase-report/7.0-fix-1253659-yvr into lp:purchase-report
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/purchase-report/7.0-fix-1253659-yvr into lp:purchase-report.
Requested reviews:
Purchase Core Editors (purchase-core-editors)
Related bugs:
Bug #1253659 in Sales - Reports: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/sale-reports/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/purchase-report/7.0-fix-1253659-yvr/+merge/196130
Add encoding on purchase and request for quotation mako templates
--
https://code.launchpad.net/~camptocamp/purchase-report/7.0-fix-1253659-yvr/+merge/196130
Your team Purchase Core Editors is requested to review the proposed merge of lp:~camptocamp/purchase-report/7.0-fix-1253659-yvr into lp:purchase-report.
=== modified file 'purchase_order_webkit/report/purchase_order.mako'
--- purchase_order_webkit/report/purchase_order.mako 2012-08-03 14:03:08 +0000
+++ purchase_order_webkit/report/purchase_order.mako 2013-11-21 14:55:14 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
=== modified file 'purchase_order_webkit/report/request_quotation.mako'
--- purchase_order_webkit/report/request_quotation.mako 2012-08-03 14:03:08 +0000
+++ purchase_order_webkit/report/request_quotation.mako 2013-11-21 14:55:14 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
Follow ups