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): """