Skip to content

Commit

Permalink
Merge PR OCA#2443 into 12.0
Browse files Browse the repository at this point in the history
Signed-off-by legalsylvain
  • Loading branch information
OCA-git-bot committed Nov 24, 2023
2 parents 4a7a427 + 262b219 commit 13c6e8f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ odoo.define('web_tree_dynamic_colored_field', function (require) {
expression = pair[1];
if (py.evaluate(expression, ctx).toJSON()) {
$td.css(cssAttribute, color);
return;
}
}
}
Expand Down

0 comments on commit 13c6e8f

Please sign in to comment.