[15.0][MIG] account_spread_cost_revenue

This commit is contained in:
Saran440
2023-05-29 10:38:12 +07:00
committed by Andrea Stirpe
parent 0fdbf6f02c
commit f3cd6619e1
9 changed files with 48 additions and 55 deletions

View File

@@ -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)
)
)