mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] Spanish translation
This commit is contained in:
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
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user