[IMP][account_financial_report] Added traductions to VAT OF COMPANY NOT AVAILABLE
parent
dbc339825a
commit
163e9503d7
|
@ -685,3 +685,11 @@ msgstr "12 Meses | YTD"
|
||||||
msgid "Total"
|
msgid "Total"
|
||||||
msgstr "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"
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ class account_balance(report_sxw.rml_parse):
|
||||||
else:
|
else:
|
||||||
return string_vat
|
return string_vat
|
||||||
else:
|
else:
|
||||||
return _('\nVAT DE COMPANIA NO DISPONIBLE')
|
return _('\nVAT OF COMPANY NOT AVAILABLE')
|
||||||
|
|
||||||
def get_fiscalyear_text(self, form):
|
def get_fiscalyear_text(self, form):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue