[FIX] Spanish translation

This commit is contained in:
Antonio Espinosa
2015-06-08 12:24:17 +02:00
parent 9a56ddbc66
commit 6d6bed33cf
4 changed files with 1978 additions and 1911 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -566,7 +566,7 @@ class WizardUpdateChartsAccounts(models.TransientModel):
:return: An string that will be empty if no change detected.
"""
notes = ""
if tax.active == False:
if not tax.active:
notes += _("Tax is disabled.\n")
if tax.name != tax_template.name:
notes += _("The name field is different.\n")