Skip to content

Commit

Permalink
Merge PR OCA#292 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by pedrobaeza
  • Loading branch information
OCA-git-bot committed Feb 8, 2024
2 parents 508d357 + 3629bec commit dfb0f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dms/models/dms_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def _compute_path(self):
{
"model": model._name,
"name": current_dir.name,
"id": current_dir.id,
"id": current_dir._origin.id,
},
)
current_dir = current_dir.parent_id
Expand Down

0 comments on commit dfb0f55

Please sign in to comment.