openerp-community-reviewer team mailing list archive
-
openerp-community-reviewer team
-
Mailing list archive
-
Message #01563
[Merge] lp:~camptocamp/account-financial-report/7.0-fix-1253659 into lp:account-financial-report
Yannick Vaucher @ Camptocamp has proposed merging lp:~camptocamp/account-financial-report/7.0-fix-1253659 into lp:account-financial-report.
Requested reviews:
Account Report Core Editors (account-report-core-editor)
Related bugs:
Bug #1253659 in Account - Financial Report: "[7.0] translation synchronization may fail with some webkit reports"
https://bugs.launchpad.net/account-financial-report/+bug/1253659
For more details, see:
https://code.launchpad.net/~camptocamp/account-financial-report/7.0-fix-1253659/+merge/196150
Add enoding on all financial report mako templates
--
https://code.launchpad.net/~camptocamp/account-financial-report/7.0-fix-1253659/+merge/196150
Your team Account Report Core Editors is requested to review the proposed merge of lp:~camptocamp/account-financial-report/7.0-fix-1253659 into lp:account-financial-report.
=== modified file 'account_financial_report_webkit/report/templates/account_report_general_ledger.mako'
--- account_financial_report_webkit/report/templates/account_report_general_ledger.mako 2012-12-11 14:05:02 +0000
+++ account_financial_report_webkit/report/templates/account_report_general_ledger.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
=== modified file 'account_financial_report_webkit/report/templates/account_report_open_invoices.mako'
--- account_financial_report_webkit/report/templates/account_report_open_invoices.mako 2012-12-11 14:05:02 +0000
+++ account_financial_report_webkit/report/templates/account_report_open_invoices.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
=== modified file 'account_financial_report_webkit/report/templates/account_report_partner_balance.mako'
--- account_financial_report_webkit/report/templates/account_report_partner_balance.mako 2012-12-11 14:05:02 +0000
+++ account_financial_report_webkit/report/templates/account_report_partner_balance.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
=== modified file 'account_financial_report_webkit/report/templates/account_report_partners_ledger.mako'
--- account_financial_report_webkit/report/templates/account_report_partners_ledger.mako 2012-12-11 14:05:02 +0000
+++ account_financial_report_webkit/report/templates/account_report_partners_ledger.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
=== modified file 'account_financial_report_webkit/report/templates/account_report_print_journal.mako'
--- account_financial_report_webkit/report/templates/account_report_print_journal.mako 2013-09-12 20:53:27 +0000
+++ account_financial_report_webkit/report/templates/account_report_print_journal.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
=== modified file 'account_financial_report_webkit/report/templates/account_report_profit_loss.mako'
--- account_financial_report_webkit/report/templates/account_report_profit_loss.mako 2012-12-11 14:05:02 +0000
+++ account_financial_report_webkit/report/templates/account_report_profit_loss.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
=== modified file 'account_financial_report_webkit/report/templates/account_report_trial_balance.mako'
--- account_financial_report_webkit/report/templates/account_report_trial_balance.mako 2012-12-11 14:05:02 +0000
+++ account_financial_report_webkit/report/templates/account_report_trial_balance.mako 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
=== modified file 'account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html'
--- account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html 2012-05-07 11:54:03 +0000
+++ account_financial_report_webkit/report/templates/grouped_by_curr_open_invoices_inclusion.mako.html 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<%page args="account, formatLang" />
%if account.grouped_ledger_lines and account.partners_order:
<%
=== modified file 'account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html'
--- account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html 2012-05-07 11:54:03 +0000
+++ account_financial_report_webkit/report/templates/open_invoices_inclusion.mako.html 2013-11-21 15:56:32 +0000
@@ -1,3 +1,4 @@
+## -*- coding: utf-8 -*-
<%page args="account, formatLang" />
%if account.ledger_lines and account.partners_order:
<%
@@ -173,4 +174,4 @@
</div>
</div>
</div>
-%endif
\ No newline at end of file
+%endif
Follow ups