mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[FIX] format string translate
This commit is contained in:
@@ -169,9 +169,7 @@ class AccountSpreadTemplate(models.Model):
|
||||
)
|
||||
if results:
|
||||
raise UserError(
|
||||
_("Followings are duplicated combinations,\n\n{}").format(
|
||||
"\n".join(results)
|
||||
)
|
||||
_("Followings are duplicated combinations,\n\n%s") % "\n".join(results)
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user