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