Skip to content

Commit

Permalink
Merge PR #245 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by etobella
  • Loading branch information
OCA-git-bot committed Dec 27, 2023
2 parents 98bb6a5 + 93451f7 commit 5fceb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dms_field/static/src/js/base/dms_tree_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ odoo.define("dms.DmsTreeController", function(require) {
? "directory_" + directory.parent_id[0]
: "#";
var directoryNode = {
id: "directory_" + directory.id,
id: dt.id,
text: directory.name,
icon: "fa fa-folder-o",
type: "directory",
Expand Down

0 comments on commit 5fceb13

Please sign in to comment.