[IMP] account_financial_report: pre-commit auto fixes

This commit is contained in:
Henrik Norlin
2024-01-24 12:12:00 +01:00
committed by chaule97
parent f202a3396a
commit 0b128f03ee
21 changed files with 171 additions and 177 deletions

View File

@@ -147,7 +147,7 @@ class OpenItemsReport(models.AbstractModel):
elif not move_line["name"]:
ref_label = move_line["ref"]
else:
ref_label = move_line["ref"] + str(" - ") + move_line["name"]
ref_label = move_line["ref"] + " - " + move_line["name"]
move_line.update(
{