[IMP] account_financial_report: pre-commit auto fixes
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user