openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01558
[Merge] lp:~camptocamp/stock-logistic-report/7.0-fix-1253659-yvr into lp:stock-logistic-report
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/stock-logistic-report/7.0-fix-1253659-yvr into lp:stock-logistic-report.
Requested reviews:
Stock and Logistic Core Editors (stock-logistic-core-editors)
Related bugs:
Bug #1253659 in Stock and Logistic - Reports: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/stock-logistic-report/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/stock-logistic-report/7.0-fix-1253659-yvr/+merge/196140
Add encoding in stock picking reports
--
https://code.launchpad.net/~camptocamp/stock-logistic-report/7.0-fix-1253659-yvr/+merge/196140
Your team Stock and Logistic Core Editors is requested to review the proposed merge of lp:~camptocamp/stock-logistic-report/7.0-fix-1253659-yvr into lp:stock-logistic-report.
=== modified file 'stock_picking_webkit/report/delivery.html.mako'
--- stock_picking_webkit/report/delivery.html.mako 2012-07-12 13:56:17 +0000
+++ stock_picking_webkit/report/delivery.html.mako 2013-11-21 15:27:46 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
=== modified file 'stock_picking_webkit/report/delivery_slip.mako'
--- stock_picking_webkit/report/delivery_slip.mako 2013-09-11 13:22:36 +0000
+++ stock_picking_webkit/report/delivery_slip.mako 2013-11-21 15:27:46 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
=== modified file 'stock_picking_webkit/report/picking.html.mako'
--- stock_picking_webkit/report/picking.html.mako 2012-07-12 13:56:17 +0000
+++ stock_picking_webkit/report/picking.html.mako 2013-11-21 15:27:46 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<html>
<head>
<style type="text/css">
Follow ups