From 163e9503d7acc3add1b279986e3da11a1867096f Mon Sep 17 00:00:00 2001 From: Jorge Angel Naranjo Rogel Date: Fri, 26 Jul 2013 13:18:27 -0700 Subject: [PATCH] [IMP][account_financial_report] Added traductions to VAT OF COMPANY NOT AVAILABLE --- account_financial_report/i18n/es.po | 8 ++++++++ account_financial_report/report/parser.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/account_financial_report/i18n/es.po b/account_financial_report/i18n/es.po index 81212bc3..c41b7c92 100644 --- a/account_financial_report/i18n/es.po +++ b/account_financial_report/i18n/es.po @@ -685,3 +685,11 @@ msgstr "12 Meses | YTD" msgid "Total" msgstr "Total" +#. module: account_financial_report +#: code:addons/account_financial_report/report/parser.py:82 +#, python-format +msgid "\n" +"VAT OF COMPANY NOT AVAILABLE" +msgstr "\n" +"VAT DE LA COMPAÑIA NO DISPONIBLE" + diff --git a/account_financial_report/report/parser.py b/account_financial_report/report/parser.py index b58749fd..c35e59a8 100644 --- a/account_financial_report/report/parser.py +++ b/account_financial_report/report/parser.py @@ -79,7 +79,7 @@ class account_balance(report_sxw.rml_parse): else: return string_vat else: - return _('\nVAT DE COMPANIA NO DISPONIBLE') + return _('\nVAT OF COMPANY NOT AVAILABLE') def get_fiscalyear_text(self, form): """